summaryrefslogtreecommitdiff
path: root/libcpp/include/line-map.h
Commit message (Expand)AuthorAgeFilesLines
* diagnostics: fix end-points of ranges within macros (PR c++/79300)dmalcolm2017-07-061-1/+11
* Prevent fix-it hints from affecting more than one linedmalcolm2017-06-201-0/+2
* Add support for mutually-incompatible fix-it hintsdmalcolm2017-06-091-0/+22
* Support fix-it hints that add new linesdmalcolm2017-05-021-2/+14
* Eliminate fixit_hint class hierarchydmalcolm2017-05-011-62/+28
* Fix numerous typos in commentsredi2017-04-031-1/+1
* Update copyright years.jakub2017-01-011-1/+1
* Implement ~line_maps ()dmalcolm2016-10-251-1/+2
* Add from_macro_definition_at predicate for locations.jason2016-09-211-3/+7
* fix-it hints can't contain newlinesdmalcolm2016-09-151-0/+2
* fix-it hints: insert_before vs insert_afterdmalcolm2016-09-131-6/+95
* Introduce class edit_contextdmalcolm2016-09-021-0/+1
* diagnostic-show-locus.c: handle fixits on lines outside the regular rangesdmalcolm2016-08-311-4/+3
* Remove arbitrary limits from rich_locationdmalcolm2016-08-311-13/+132
* rich_location: add convenience overloads for adding fix-it hintsdmalcolm2016-08-301-0/+34
* Allow the use of ad-hoc locations for fix-it hintsdmalcolm2016-08-291-0/+6
* Add validation and consolidation of fix-it hintsdmalcolm2016-08-261-3/+16
* line-map.h: add source_range::from_locationsdmalcolm2016-08-231-0/+10
* Reimplement removal fix-it hints in terms of replacedmalcolm2016-08-191-22/+1
* Move make_location from tree.h/c to input.h/cdmalcolm2016-07-271-2/+2
* input.c: add lexing selftests and a test matrix for line_table statesdmalcolm2016-07-111-0/+10
* Implement -fdiagnostics-parseable-fixitsdmalcolm2016-06-221-0/+16
* PR c++/70105: prevent nonsensical underline spew for macro expansionsdmalcolm2016-03-091-0/+8
* PR c++/70105: Defer location expansion until diagnostic_show_locusdmalcolm2016-03-091-37/+14
* Update copyright years.jakub2016-01-041-1/+1
* Fix missing range information for "%q+D" format codedmalcolm2015-12-071-2/+2
* PR 62314: add ability to add fixit-hints to a diagnosticdmalcolm2015-11-201-0/+96
* Source range tracking in libcpp and C FE, with bit-packing optimizationdmalcolm2015-11-131-31/+188
* Reimplement diagnostic_show_locus, introducing rich_location classesdmalcolm2015-11-061-0/+218
* Add stats on adhoc table to dump_line_table_statisticsdmalcolm2015-11-061-0/+2
* libcpp: Improvements to description of source_location in line-map.hdmalcolm2015-11-021-5/+18
* [PATCH 2/9] ENABLE_CHECKING refactoring: libcpplaw2015-10-211-1/+1
* Address -Wsign-compare diagnosticstschwinge2015-07-081-1/+1
* libcpp: Eliminate most of the non-const/reference-returning inline fnsdmalcolm2015-05-201-85/+1
* Replace line_map union with C++ class hierarchydmalcolm2015-05-191-185/+201
* libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)dmalcolm2015-05-131-1/+3
* libcpp: Replace macro usage with C++ constructsdmalcolm2015-05-131-110/+452
* line-map.h: move linemap_assert and friends higher up within the filedmalcolm2015-05-131-35/+36
* Implement -Wmisleading-indentationdmalcolm2015-05-121-0/+3
* libcpp: Improvements to comments in line-map.h/cdmalcolm2015-05-051-2/+69
* Update copyright years.jakub2015-01-051-1/+1
* libcpp/ChangeLog:manu2014-12-021-0/+11
* * include/line-map.h: Include EXPR, so that unused variable warningsmarxin2014-11-131-1/+2
* libcpp/ChangeLog:manu2014-11-111-0/+8
* libcpp/ChangeLog:manu2014-10-141-4/+5
* Support location tracking for built-in macro tokensdodji2014-07-161-2/+10
* PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsdodji2014-01-231-0/+8
* Update copyright years in libcpp/rsandifo2014-01-021-1/+1
* Update copyright years in libcpp.rsandifo2013-01-141-2/+1
* gcc:dehao2012-09-251-6/+8