summaryrefslogtreecommitdiff
path: root/libcpp/line-map.c
Commit message (Expand)AuthorAgeFilesLines
* Support location tracking for built-in macro tokensdodji2014-07-161-1/+3
* PR preprocessor/56824jakub2014-02-071-20/+25
* PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsdodji2014-01-231-0/+40
* Update copyright years in libcpp/rsandifo2014-01-021-1/+1
* Update copyright years in libcpp.rsandifo2013-01-141-2/+1
* 2013-01-03 Marc Glisse <marc.glisse@inria.fr>glisse2013-01-031-6/+12
* libcpp:dehao2012-09-251-1/+1
* gcc:dehao2012-09-251-22/+29
* Integrate lexical block into source_location.dehao2012-09-191-2/+172
* * line-map.c (linemap_enter_macro): Don't zero max_column_hint injason2012-06-051-1/+0
* PR preprocessor/53463 - Fix system header detection for built-in macro tokensdodji2012-06-041-4/+26
* * directives.c: Fix typos.jsm282012-05-291-2/+2
* Strip "<built-in>" loc from displayed expansion contextdodji2012-04-301-0/+49
* 2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2012-04-261-8/+11
* * include/line-map.h (linemap_dump): Declare.dnovillo2011-11-221-0/+90
* Fix lookup of macro mapsdodji2011-10-251-3/+3
* Support expansion of reserved locations wrapped in virtual locationsdodji2011-10-251-43/+66
* Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsdodji2011-10-181-1/+1
* Fix bootstrapping with --disable-checkingdodji2011-10-171-6/+4
* Reduce memory waste due to non-power-of-2 allocsdodji2011-10-171-6/+33
* Add line map statistics to -fmem-report outputdodji2011-10-171-0/+63
* Support -fdebug-cpp optiondodji2011-10-171-0/+38
* Generate virtual locations for tokensdodji2011-10-171-1/+1
* Linemap infrastructure for virtual locationsdodji2011-10-171-78/+868
* Fix the use of linemap_add and remove unnecessary kludgedodji2011-08-281-5/+4
* * include/line-map.h (struct line_maps):gchare2011-07-281-1/+0
* 2011-03-25 Kai Tietz <ktietz@redhat.com>ktietz2011-03-251-1/+1
* PR preprocessor/41543jakub2009-10-141-2/+2
* libcpp:jsm282009-04-181-1/+4
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.jakub2009-04-091-3/+3
* PR preprocessor/39512:tromey2009-03-301-0/+1
* PR preprocessor/34695jsm282009-03-291-40/+1
* 2008-07-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>manu2008-07-211-3/+3
* * traditional.c (lex_identifier): Use CPP_HASHNODE.tromey2008-02-201-4/+3
* gcc:tromey2007-09-061-2/+9
* 2005-06-29 Kelley Cook <kcook@gcc.gnu.org>kcook2005-06-291-1/+1
* * configure.ac: Check declarations for asprintf and vasprintf.gdr2005-05-281-1/+1
* PR preprocessor/20907bothner2005-04-211-1/+5
* ChangeLog:bonzini2004-05-241-0/+344