]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/input.c
gcc/ada/ChangeLog:
[thirdparty/gcc.git] / gcc / input.c
2019-05-17  mseborgcc/ada/ChangeLog:
2019-02-12  dmalcolmlinemap_line_start: protect against location_t overflow...
2019-01-01  jakub Update copyright years.
2018-11-30  dmalcolmFix ICE in substring locations from macros in header...
2018-11-27  dmalcolmPR preprocessor/83173: Enhance -fdump-internal-location...
2018-11-16  matzDon't use %z printf length specifier
2018-11-13  dmalcolmEliminate source_location in favor of location_t
2018-11-05  marxinCome up with SIZE_AMOUNT and use it in memory statistic...
2018-10-29  dmalcolmFix ICE in get_substring_ranges_for_loc on __FILE__...
2018-10-18  dmalcolmFix ICE in substring-handling building 502.gcc_r (PR...
2018-10-09  dmalcolmCleanup of libcpp diagnostic callbacks
2018-10-05  dmalcolmSupport string locations for C++ in -Wformat (PR c...
2018-04-30  dmalcolmUse char_span for return type of location_get_source_line
2018-03-14  dmalcolmFix ICE for missing header fix-it hints with overlarge...
2018-01-03  jakub Update copyright years.
2017-12-19  jakub * read-rtl.c (parse_reg_note_name): Replace Yoda condi...
2017-08-09  mpolacek PR c/81417
2017-07-06  dmalcolmdiagnostics: fix end-points of ranges within macros...
2017-04-03  rediFix numerous typos in comments
2017-01-31  dmalcolmPrevent ICEs due to bogus substring locations (PR prepr...
2017-01-10  dmalcolmFix issues with unrepresentable column numbers (PR...
2017-01-07  dmalcolmFix linemap corruption after very wide source lines...
2017-01-05  aoliva[bootstrap-O3] add a default initializer to avoid a...
2017-01-04  jakub PR bootstrap/77569
2017-01-01  jakub Update copyright years.
2016-12-15  dmalcolmFix use-after-free lexing unterminated raw strings...
2016-11-30  dmalcolmsubstring locations and # line directives (PR preproces...
2016-11-21  dmalcolmsubstring_loc info needs default track-macro-expansion...
2016-11-17  dmalcolmFix locations within raw strings
2016-10-25  dmalcolminput.c/libcpp: fix lifetimes of path buffers
2016-10-06  marxinFix warnings for make profiledbootstrap (PR bootstrap...
2016-10-03  edlinger2016-10-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-09-23  dmalcolmProvide location information for terminator characters...
2016-09-02  dmalcolmIntroduce class edit_context
2016-08-29  dmalcolminput.c: fix the comment for test_make_location_nonpure...
2016-08-29  dmalcolmAllow the use of ad-hoc locations for fix-it hints
2016-08-29  dmalcolmmake_location: ensure end-points are pure locations
2016-08-18  dmalcolmselftest.h: add class line_table_test
2016-08-18  dmalcolmEvict selftest tempfiles from the diagnostics file...
2016-08-18  dmalcolminput.c: move test functions within #CHECKING_P and...
2016-08-16  dmalcolmFix caret locations in format_type_warning (PR c/72857)
2016-08-16  dmalcolmMove class temp_source_file from input.c to selftest.c/h
2016-08-08  dmalcolmFix selftest::test_lexer_string_locations_ebcdic for...
2016-08-05  dmalcolmOn-demand locations within string-literals
2016-07-27  dmalcolmMove make_location from tree.h/c to input.h/c
2016-07-25  dmalcolmFix selftest::temp_source_file ctor
2016-07-11  dmalcolminput.c: add lexing selftests and a test matrix for...
2016-06-13  dmalcolmPR bootstrap/71481: fix input.c selftest
2016-06-13  dmalcolmselftests: improve reported failure locations
2016-06-13  edlinger2016-06-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-06-06  dmalcolmSelftest framework
2016-05-03  mpolacek PR c/70859
2016-01-04  jakub Update copyright years.
2015-11-13  dmalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-06  dmalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-06  dmalcolmAdd stats on adhoc table to dump_line_table_statistics
2015-09-15  dmalcolmChange of location_get_source_line signature
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-05-19  dmalcolmReplace line_map union with C++ class hierarchy
2015-05-13  dmalcolmlibcpp/input.c: Add a way to visualize the linemaps...
2015-01-05  jakub Update copyright years.
2014-11-03  manu2014-11-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
2014-10-21  dmalcolmState cleanups from jit branch
2014-08-15  manu2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
2014-07-16  dodjiSupport location tracking for built-in macro tokens
2014-02-10  mrsMerge in trunk.
2014-01-28  dodjiPR preprocessor/59935 - caret diagnostics crashes on...
2014-01-24  dodjiAvoid crashing when an input file could not be opened
2014-01-23  dodjiPR preprocessor/58580 - preprocessor goes OOM with...
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-11-06  dodjiRevert "preprocessor/58580 - preprocessor goes OOM...
2013-11-06  dodjipreprocessor/58580 - preprocessor goes OOM with warning...
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-09-19  dehaoIntegrate lexical block into source_location.
2012-05-29  steven * integrate.c: Remove.
2012-05-29  jsm28 * LANGUAGES: Fix typos.
2012-05-29  jakub PR middle-end/53510
2012-04-30  dodjiMake conversion warnings work on NULL with -ftrack...
2012-04-30  dodjiStrip "<built-in>" loc from displayed expansion context
2012-04-30  dodjiMake expand_location resolve to locus in main source...
2012-04-11  manu2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
2011-10-25  dodjiSupport expansion of reserved locations wrapped in...
2011-10-18  dodjiFix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets
2011-10-17  dodjiAdd line map statistics to -fmem-report output
2011-10-17  dodjiGenerate virtual locations for tokens
2011-10-17  dodjiLinemap infrastructure for virtual locations
2010-05-27  jsm28 * input.c: New file.