summaryrefslogtreecommitdiff
path: root/libcpp/include/line-map.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add line map statistics to -fmem-report outputdodji2011-10-171-0/+21
* Support -fdebug-cpp optiondodji2011-10-171-0/+4
* Generate virtual locations for tokensdodji2011-10-171-1/+1
* Linemap infrastructure for virtual locationsdodji2011-10-171-39/+546
* LINEMAP_POSITION_FOR_COLUMN had the exact same effect asgchare2011-08-151-17/+0
* * include/line-map.h (struct line_maps):gchare2011-07-281-5/+0
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+1
* 2010-10-19 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2010-10-191-2/+0
* PR preprocessor/41543jakub2009-10-141-0/+5
* 2009-07-17 Jerry Quinn <jlquinn@optonline.net>jlquinn2009-07-181-8/+0
* gcc/aldyh2009-06-011-0/+2
* * include/cpp-id-data.h: Add extern "C".ian2009-06-011-0/+9
* 2009-04-21 Taras Glek <tglek@mozilla.com>dnovillo2009-04-221-4/+2
* libcpp:jsm282009-04-181-2/+3
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.jakub2009-04-091-3/+3
* PR preprocessor/34695jsm282009-03-291-7/+1
* 2008-07-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>manu2008-07-211-7/+10
* * traditional.c (lex_identifier): Use CPP_HASHNODE.tromey2008-02-201-2/+2