aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/line-map.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-10Replace label_text ctor with "borrow" and "take"David Malcolm1-4/+27
2019-10-15[linemap PATCH] Constify lookupNathan Sidwell1-40/+13
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-35/+35
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+4
2019-05-14Do a refactoring in linemap (PR preprocessor/90382).Martin Liska1-2/+2
2019-02-20Fix ICE with #line directive (PR c/89410)David Malcolm1-2/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-112/+112
2018-10-31[4/7] Preprocessor location-kind predicatesNathan Sidwell1-9/+21
2018-10-11[PATCH] A couple of line map fixesNathan Sidwell1-1/+1
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm1-2/+4
2018-08-30[libcpp] fix some line map commentsNathan Sidwell1-14/+7
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm1-12/+48
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-8/+70
2018-08-08[PATCH] line-map include-from representationNathan Sidwell1-50/+11
2018-07-20libcpp: remove redundant parameter from rich_location::set_rangeDavid Malcolm1-2/+1
2018-07-03Reorg line_map data structures for better packing.Nathan Sidwell1-20/+52
2018-03-14Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...David Malcolm1-0/+12
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-28Reject fix-it hints for various awkward boundary cases (PR c/82050)David Malcolm1-0/+5
2017-11-13libcpp: move line typedef and column-numbering comment to top of fileDavid Malcolm1-23/+23
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)David Malcolm1-1/+11
2017-06-20Prevent fix-it hints from affecting more than one lineDavid Malcolm1-0/+2
2017-06-09Add support for mutually-incompatible fix-it hintsDavid Malcolm1-0/+22
2017-05-02Support fix-it hints that add new linesDavid Malcolm1-2/+14
2017-05-01Eliminate fixit_hint class hierarchyDavid Malcolm1-62/+28
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-25Implement ~line_maps ()David Malcolm1-1/+2
2016-09-21Add from_macro_definition_at predicate for locations.Jason Merrill1-3/+7
2016-09-15fix-it hints can't contain newlinesDavid Malcolm1-0/+2
2016-09-13fix-it hints: insert_before vs insert_afterDavid Malcolm1-6/+95
2016-09-02Introduce class edit_contextDavid Malcolm1-0/+1
2016-08-31diagnostic-show-locus.c: handle fixits on lines outside the regular rangesDavid Malcolm1-4/+3
2016-08-31Remove arbitrary limits from rich_locationDavid Malcolm1-13/+132
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm1-0/+34
2016-08-29Allow the use of ad-hoc locations for fix-it hintsDavid Malcolm1-0/+6
2016-08-26Add validation and consolidation of fix-it hintsDavid Malcolm1-3/+16
2016-08-23line-map.h: add source_range::from_locationsDavid Malcolm1-0/+10
2016-08-19Reimplement removal fix-it hints in terms of replaceDavid Malcolm1-22/+1
2016-07-27Move make_location from tree.h/c to input.h/cDavid Malcolm1-2/+2
2016-07-11input.c: add lexing selftests and a test matrix for line_table statesDavid Malcolm1-0/+10
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm1-0/+16
2016-03-09PR c++/70105: prevent nonsensical underline spew for macro expansionsDavid Malcolm1-0/+8
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm1-37/+14
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-07Fix missing range information for "%q+D" format codeDavid Malcolm1-2/+2
2015-11-20PR 62314: add ability to add fixit-hints to a diagnosticDavid Malcolm1-0/+96
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-31/+188
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-0/+218