aboutsummaryrefslogtreecommitdiff
path: root/libcpp/line-map.c
AgeCommit message (Expand)Author
2019-10-15[linemap PATCH] Constify lookupNathan Sidwell
2019-10-04[preprocessor/91991] column location overflowNathan Sidwell
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-03Remove another bunch of dead assignment.Martin Liska
2019-05-14Fix min_location usage in line-map.c (PR preprocessor/90382).Martin Liska
2019-05-14Do a refactoring in linemap (PR preprocessor/90382).Martin Liska
2019-02-18Use 1UL constant in order to not overflow (PR c++/89383).Martin Liska
2019-02-12linemap_line_start: protect against location_t overflow (PR lto/88147)David Malcolm
2019-01-01 Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-31[4/7] Preprocessor location-kind predicatesNathan Sidwell
2018-10-11[PATCH] A couple of line map fixesNathan Sidwell
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm
2018-08-24Set start_location to 0 if we ran out of line map spaceH.J. Lu
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm
2018-08-08[PATCH] line-map include-from representationNathan Sidwell
2018-08-07[PATCH] Line map table allocationNathan Sidwell
2018-07-20libcpp: remove redundant parameter from rich_location::set_rangeDavid Malcolm
2018-07-03 Reorg line_map data structures for better packing.Nathan Sidwell
2018-05-17 * line-map.c (linemap_init): Use placement new.Jason Merrill
2018-02-162018-02-16 Richard Biener <rguenther@suse.de>Richard Biener
2018-01-03 Update copyright years.Jakub Jelinek
2017-11-28Reject fix-it hints for various awkward boundary cases (PR c/82050)David Malcolm
2017-07-07libcpp: preserve ranges within macro expansions (PR c++/79300)David Malcolm
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)David Malcolm
2017-06-21 * line-map.c (location_adhoc_data_update): Perform addition inJakub Jelinek
2017-06-20Prevent fix-it hints from affecting more than one lineDavid Malcolm
2017-06-16PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor
2017-06-09Add support for mutually-incompatible fix-it hintsDavid Malcolm
2017-05-02Support fix-it hints that add new linesDavid Malcolm
2017-05-01Eliminate fixit_hint class hierarchyDavid Malcolm
2017-01-10Fix issues with unrepresentable column numbers (PR c++/77949)David Malcolm
2017-01-07Fix linemap corruption after very wide source lines (PR c++/72803)David Malcolm
2017-01-01 Update copyright years.Jakub Jelinek
2016-10-25Implement ~line_maps ()David Malcolm
2016-09-21 Add from_macro_definition_at predicate for locations.Jason Merrill
2016-09-15fix-it hints can't contain newlinesDavid Malcolm
2016-09-13fix-it hints: insert_before vs insert_afterDavid Malcolm
2016-08-31diagnostic-show-locus.c: handle fixits on lines outside the regular rangesDavid Malcolm
2016-08-31Remove arbitrary limits from rich_locationDavid Malcolm
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm
2016-08-29Allow the use of ad-hoc locations for fix-it hintsDavid Malcolm
2016-08-26Add validation and consolidation of fix-it hintsDavid Malcolm
2016-08-19Reimplement removal fix-it hints in terms of replaceDavid Malcolm
2016-07-11input.c: add lexing selftests and a test matrix for line_table statesDavid Malcolm
2016-06-22 * c-common.c (get_source_date_epoch): Use int64_t instead of long long.John David Anglin
2016-03-25 PR lto/69650Bernd Schmidt
2016-03-15Fix compiling large filesRichard Henderson
2016-03-09PR c++/70105: prevent nonsensical underline spew for macro expansionsDavid Malcolm