]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/input.h
PR middle-end/105604 - ICE: in tree_to_shwi with vla in struct and sprintf
[thirdparty/gcc.git] / gcc / input.h
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-09  Thomas SchwingeGeneralize 'gcc/input.h:struct location_hash'
2021-11-01  David Malcolmdiagnostics: escape non-ASCII source bytes for certain...
2021-08-25  Lewis Hyattdiagnostics: Support for -finput-charset [PR93067]
2021-07-01  David Malcolminput.c: move file caching globals to a new file_cache...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-07-14  Lewis Hyattdiagnostics: Support conversion of tabs to spaces ...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-09  Lewis HyattByte vs column awareness for diagnostic-show-locus...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-13  David MalcolmEliminate source_location in favor of location_t
2018-10-05  David MalcolmSupport string locations for C++ in -Wformat (PR c...
2018-04-30  David MalcolmUse char_span for return type of location_get_source_line
2018-04-30  David Malcolminput.h: use STATIC_ASSERT
2018-04-27  David Malcolminput.h: convert some macros to inline functions
2018-01-03  Jakub JelinekUpdate copyright years.
2017-08-09  Marek Polacekre PR c/81417 (-Wsign-compare should print types being...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-09-27  Martin Liskare PR gcov-profile/46266 (gcov generates data for non...
2016-09-21  Jason MerrillAdd from_macro_definition_at predicate for locations.
2016-09-02  David MalcolmIntroduce class edit_context
2016-08-29  David MalcolmAllow the use of ad-hoc locations for fix-it hints
2016-08-29  David Malcolmmake_location: ensure end-points are pure locations
2016-08-18  David Malcolmselftest.h: add class line_table_test
2016-08-18  David MalcolmEvict selftest tempfiles from the diagnostics file...
2016-08-05  David MalcolmOn-demand locations within string-literals
2016-07-27  David MalcolmMove make_location from tree.h/c to input.h/c
2016-05-03  Marek Polacekre PR c/70859 (Bad column number in type-generic functi...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-09-15  David MalcolmChange of location_get_source_line signature
2015-05-13  David Malcolmlibcpp/input.c: Add a way to visualize the linemaps...
2015-04-24  Marek Polacekre PR c/61534 (Wlogical-op should not warn when either...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-08-15  Manuel López-Ibáñezinput.h (in_system_header_at): Add comment.
2014-07-16  Dodji SeketeliSupport location tracking for built-in macro tokens
2014-01-23  Dodji SeketeliPR preprocessor/58580 - preprocessor goes OOM with...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-11-22  David MalcolmRemove macros that implicitly use input_location
2013-11-06  Dodji SeketeliRevert "preprocessor/58580 - preprocessor goes OOM...
2013-11-06  Dodji Seketelipreprocessor/58580 - preprocessor goes OOM with warning...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-04  Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-09-27  Dehao Chentree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
2012-09-19  Dehao ChenIntegrate lexical block into source_location.
2012-04-30  Dodji SeketeliMake conversion warnings work on NULL with -ftrack...
2012-04-30  Dodji SeketeliMake expand_location resolve to locus in main source...
2012-04-11  Manuel López-Ibáñezre PR c++/24985 (caret diagnostics)
2011-10-17  Tom TromeyAdd line map statistics to -fmem-report output
2011-10-17  Tom TromeyLinemap infrastructure for virtual locations
2010-12-03  Laurynas Biveinistree.h (struct call_expr_arg_iterator_d): Remove GTY...
2010-05-27  Joseph Myersinput.c: New file.
2009-10-14  Jakub Jelinekre PR preprocessor/41543 (BUILTINS_LOCATION wrong with...
2008-07-21  Rafael Avila de... Makefile.in: Replace toplev.h with TOPLEV_H.
2008-02-29  Tom Tromeytoplev.c (input_file_stack, [...]): Remove.
2008-02-26  Tom Tromeysystem.h (USE_MAPPED_LOCATION): Poison.
2007-09-06  Tom Tromeytree-cfg.c (remove_bb): Only warn if line is non-zero.
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2007-03-26  Zack Weinberggengtype-parse.c: New file.
2006-08-26  Joseph Myersre PR c++/24009 (C++ fails to print #include stack)
2005-06-25  Kelley CookUpdate FSF address.
2004-07-15  Per Bothnerinput.h: If USE_MAPPED_LOCATION...
2004-06-30  Per BothnerConditionally compile support for --enable-mapped_location.
2004-05-13  Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-02-20  Per Bothnerinput.h: Don't #include line-map.h.
2004-01-21  Kazu Hirataalias.c, [...]: Update copyright.
2004-01-20  Per BothnerMove cpp_reader's line_maps field to a shared global.
2003-09-16  Jason Merrillc-common.c (handle_warn_unused_result_attribute): New...
2003-08-19  Kazu Hiratac-common.c: Fix comment formatting.
2003-08-06  Per Bothnerline-map.h (fileline): New typedef.
2003-07-06  Andreas Jaegergcc.c: Convert prototypes to ISO C90.
2003-05-02  Nathan SidwellMakefile.in (TREE_H): Replace location.h with input.h.
2003-05-01  Nathan Sidwellinput.h (lineno): Rename to ...
2002-05-23  Neil Boothc-lex.c (indent_level): Remove.
2001-08-22  Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2000-05-09  Zack Weinbergtop level:
2000-02-25  Mark Mitchellinput.h (push_srcloc): New function.
1999-01-06  Jeff LawCopyright fixes.
1998-04-03  Jeff Lawdummy commit before merge
1995-06-15  Richard KennerUpdate FSF address.
1993-03-27  Richard KennerAdd standard copyright notice.
1992-06-25  Charles Hannumentered into RCS
1992-06-24  Richard Stallman*** empty log message ***
1990-08-20  Richard StallmanInitial revision