[Ada] Minor editorial fixes
[gcc.git] / libcpp / line-map.c
2020-01-10 David MalcolmAdd diagnostic paths
2020-01-01 Jakub JelinekUpdate copyright years.
2019-10-15 Nathan Sidwell[linemap PATCH] Constify lookup
2019-10-04 Nathan Sidwell[preprocessor/91991] column location overflow
2019-09-05 Nathan Sidwell[preprocessor/91639] #includes at EOF
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-03 Martin LiskaRemove another bunch of dead assignment.
2019-05-14 Martin LiskaFix min_location usage in line-map.c (PR preprocessor...
2019-05-14 Martin LiskaDo a refactoring in linemap (PR preprocessor/90382).
2019-02-18 Martin LiskaUse 1UL constant in order to not overflow (PR c++/89383).
2019-02-12 David Malcolmlinemap_line_start: protect against location_t overflow...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-10-31 Nathan Sidwell[4/7] Preprocessor location-kind predicates
2018-10-11 Nathan Sidwell[PATCH] A couple of line map fixes
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-08-24 H.J. LuSet start_location to 0 if we ran out of line map space
2018-08-15 David Malcolmdiagnostics: add labeling of source ranges
2018-08-08 Nathan Sidwell[PATCH] line-map include-from representation
2018-08-07 Nathan Sidwell[PATCH] Line map table allocation
2018-07-20 David Malcolmlibcpp: remove redundant parameter from rich_location...
2018-07-03 Nathan SidwellReorg line_map data structures for better packing.
2018-05-17 Jason Merrillline-map.c (linemap_init): Use placement new.
2018-02-16 Richard Bienerre PR bootstrap/82939 (genmatch fills up terminal with...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-28 David MalcolmReject fix-it hints for various awkward boundary cases...
2017-07-07 David Malcolmlibcpp: preserve ranges within macro expansions (PR...
2017-07-06 David Malcolmdiagnostics: fix end-points of ranges within macros...
2017-06-21 Jakub Jelinekline-map.c (location_adhoc_data_update): Perform additi...
2017-06-20 David MalcolmPrevent fix-it hints from affecting more than one line
2017-06-16 Martin SeborPR c++/80560 - warn on undefined memory operations...
2017-06-09 David MalcolmAdd support for mutually-incompatible fix-it hints
2017-05-02 David MalcolmSupport fix-it hints that add new lines
2017-05-01 David MalcolmEliminate fixit_hint class hierarchy
2017-01-10 David MalcolmFix issues with unrepresentable column numbers (PR...
2017-01-07 David MalcolmFix linemap corruption after very wide source lines...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-10-25 David MalcolmImplement ~line_maps ()
2016-09-21 Jason MerrillAdd from_macro_definition_at predicate for locations.
2016-09-15 David Malcolmfix-it hints can't contain newlines
2016-09-13 David Malcolmfix-it hints: insert_before vs insert_after
2016-08-31 David Malcolmdiagnostic-show-locus.c: handle fixits on lines outside...
2016-08-31 David MalcolmRemove arbitrary limits from rich_location
2016-08-30 David Malcolmrich_location: add convenience overloads for adding...
2016-08-29 David MalcolmAllow the use of ad-hoc locations for fix-it hints
2016-08-26 David MalcolmAdd validation and consolidation of fix-it hints
2016-08-19 David MalcolmReimplement removal fix-it hints in terms of replace
2016-07-11 David Malcolminput.c: add lexing selftests and a test matrix for...
2016-06-22 John David Anglinc-common.c (get_source_date_epoch): Use int64_t instead...
2016-03-25 Bernd Schmidtre PR preprocessor/69650 (ICE in linemap_line_start...
2016-03-15 Richard HendersonFix compiling large files
2016-03-09 David MalcolmPR c++/70105: prevent nonsensical underline spew for...
2016-03-09 David MalcolmPR c++/70105: Defer location expansion until diagnostic...
2016-03-01 David MalcolmPR preprocessor/69985: fix ICE with long lines in ...
2016-02-23 David MalcolmPR preprocessor/69126: avoid comparing ad-hoc and non...
2016-02-08 David MalcolmPR preprocessor/69664: fix rich_location::override_column
2016-01-14 David MalcolmPR preprocessor/69177 and PR c++/68819: libcpp fallback...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-22 David Malcolmlibcpp: Avoid unnecessary ad-hoc uses for large source...
2015-12-07 David MalcolmFix missing range information for "%q+D" format code
2015-11-20 David MalcolmPR 62314: add ability to add fixit-hints to a diagnostic
2015-11-13 David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-06 David MalcolmAdd stats on adhoc table to dump_line_table_statistics
2015-09-21 Manuel López-IbáñezHandle lines encoded into several maps in linemap_posit...
2015-06-08 Marek Polacekre PR c/66415 (ice in location_column_from_byte_offset)
2015-05-26 Manuel López-Ibáñezline-map.c (LINE_MAP_MAX_COLUMN_NUMBER LINE_MAP_MAX_LOC...
2015-05-20 David Malcolmlibcpp: Eliminate most of the non-const/reference-retur...
2015-05-19 David MalcolmReplace line_map union with C++ class hierarchy
2015-05-13 David Malcolmlibcpp: Replace macro usage with C++ constructs
2015-05-05 David Malcolmlibcpp: Improvements to comments in line-map.h/c
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-04 Manuel López-Ibáñezline-map.c (linemap_position_for_loc_and_offset): Add...
2014-12-02 Manuel López-Ibáñezline-map.h (linemap_assert_fails): Declare.
2014-12-02 Manuel López-Ibáñezline-map.c (linemap_add): Fix typo.
2014-11-25 Jakub Jelinekre PR preprocessor/60436 (C preprocessor segfaults...
2014-11-11 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2014-10-14 Manuel López-Ibáñezline-map.h (linemap_location_from_macro_expansion_p...
2014-07-16 Dodji SeketeliSupport location tracking for built-in macro tokens
2014-02-07 Jakub Jelinekre PR preprocessor/56824 (pragma GCC diagnostic push...
2014-01-23 Dodji SeketeliPR preprocessor/58580 - preprocessor goes OOM with...
2014-01-02 Richard SandifordUpdate copyright years in libcpp/
2013-01-14 Richard SandifordUpdate copyright years in libcpp.
2013-01-03 Marc Glissere PR bootstrap/50167 (gmp memory functions are extern...
2012-09-25 Dehao Chenre PR middle-end/54704 (three-fold increase in compile...
2012-09-25 Dehao Chenre PR middle-end/54645 (Many testsuite failures)
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-06-05 Dimitrios Apostolouline-map.c (linemap_enter_macro): Don't zero max_column...
2012-06-04 Dodji SeketeliPR preprocessor/53463 - Fix system header detection...
2012-05-29 Joseph Myersdirectives.c: Fix typos.
2012-04-30 Dodji SeketeliStrip "<built-in>" loc from displayed expansion context
2012-04-26 Manuel López-Ibáñeztree-diagnostic.c (maybe_unwind_expanded_macro_loc...
2011-11-22 Diego Novilloline-map.h (linemap_dump): Declare.
2011-10-25 Dodji SeketeliFix lookup of macro maps
2011-10-25 Dodji SeketeliSupport expansion of reserved locations wrapped in...
2011-10-18 Dodji SeketeliFix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets
2011-10-17 Dodji SeketeliFix bootstrapping with --disable-checking
2011-10-17 Tom TromeyReduce memory waste due to non-power-of-2 allocs
2011-10-17 Tom TromeyAdd line map statistics to -fmem-report output
2011-10-17 Tom TromeySupport -fdebug-cpp option
next