summaryrefslogtreecommitdiff
path: root/libcpp/include/line-map.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrate lexical block into source_location.dehao2012-09-191-1/+41
* gcc:lauras2012-07-301-1/+1
* * directives.c: Fix typos.jsm282012-05-291-3/+3
* Strip "<built-in>" loc from displayed expansion contextdodji2012-04-301-1/+19
* 2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2012-04-261-1/+1
* * include/line-map.h (linemap_dump): Declare.dnovillo2011-11-221-0/+10
* Support expansion of reserved locations wrapped in virtual locationsdodji2011-10-251-12/+9
* Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsdodji2011-10-181-11/+11
* Reduce memory waste due to non-power-of-2 allocsdodji2011-10-171-0/+8