aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/line-map.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-06Add stats on adhoc table to dump_line_table_statisticsDavid Malcolm1-0/+2
2015-11-02libcpp: Improvements to description of source_location in line-map.hDavid Malcolm1-5/+18
2015-10-21[PATCH 2/9] ENABLE_CHECKING refactoring: libcppMikhail Maltsev1-1/+1
2015-07-08Address -Wsign-compare diagnosticsThomas Schwinge1-1/+1
2015-05-20libcpp: Eliminate most of the non-const/reference-returning inline fnsDavid Malcolm1-85/+1
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-185/+201
2015-05-13libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)David Malcolm1-1/+3
2015-05-13libcpp: Replace macro usage with C++ constructsDavid Malcolm1-110/+452
2015-05-13line-map.h: move linemap_assert and friends higher up within the fileDavid Malcolm1-35/+36
2015-05-12Implement -Wmisleading-indentationDavid Malcolm1-0/+3
2015-05-05libcpp: Improvements to comments in line-map.h/cDavid Malcolm1-2/+69
2015-01-05Update copyright years.Jakub Jelinek1-1/+1