aboutsummaryrefslogtreecommitdiff
path: root/libcpp/line-map.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-07re PR preprocessor/56824 (pragma GCC diagnostic push/pop fail with GCC diagno...Jakub Jelinek1-20/+25
2014-01-23PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli1-0/+40
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-01-14Update copyright years in libcpp.Richard Sandiford1-2/+1
2013-01-03re PR bootstrap/50167 (gmp memory functions are extern "C" (graphite))Marc Glisse1-6/+12
2012-09-25re PR middle-end/54704 (three-fold increase in compile-time between r191483 a...Dehao Chen1-1/+1
2012-09-25re PR middle-end/54645 (Many testsuite failures)Dehao Chen1-22/+29
2012-09-19Integrate lexical block into source_location.Dehao Chen1-2/+172
2012-06-05line-map.c (linemap_enter_macro): Don't zero max_column_hint in every macro.Dimitrios Apostolou1-1/+0
2012-06-04PR preprocessor/53463 - Fix system header detection for built-in macro tokensDodji Seketeli1-4/+26
2012-05-29directives.c: Fix typos.Joseph Myers1-2/+2
2012-04-30Strip "<built-in>" loc from displayed expansion contextDodji Seketeli1-0/+49
2012-04-26tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix comment.Manuel López-Ibáñez1-8/+11
2011-11-22line-map.h (linemap_dump): Declare.Diego Novillo1-0/+90
2011-10-25Fix lookup of macro mapsDodji Seketeli1-3/+3
2011-10-25Support expansion of reserved locations wrapped in virtual locationsDodji Seketeli1-43/+66
2011-10-18Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsDodji Seketeli1-1/+1
2011-10-17Fix bootstrapping with --disable-checkingDodji Seketeli1-6/+4
2011-10-17Reduce memory waste due to non-power-of-2 allocsTom Tromey1-6/+33
2011-10-17Add line map statistics to -fmem-report outputTom Tromey1-0/+63
2011-10-17Support -fdebug-cpp optionTom Tromey1-0/+38
2011-10-17Generate virtual locations for tokensTom Tromey1-1/+1
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-78/+868
2011-08-28Fix the use of linemap_add and remove unnecessary kludgeDodji Seketeli1-5/+4
2011-07-28line-map.h (struct line_maps): Remove unused field last_listed.Gabriel Charette1-1/+0
2011-03-25files.c (file_hash_eq): Use filename_cmp instead of strcmp.Kai Tietz1-1/+1
2009-10-14re PR preprocessor/41543 (BUILTINS_LOCATION wrong with -fpreprocessed)Jakub Jelinek1-2/+2
2009-04-18re PR preprocessor/39646 (__FILE__ breaks for empty file name)Joseph Myers1-1/+4
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-3/+3
2009-03-30re PR preprocessor/39512 (linemap_init in lex.c does not initialize reallocator)Tom Tromey1-0/+1
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-40/+1
2008-07-21line-map.h (linenum_type): New typedef.Manuel López-Ibáñez1-3/+3
2008-02-20traditional.c (lex_identifier): Use CPP_HASHNODE.Tom Tromey1-4/+3
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-2/+9
2005-06-29all files: Update FSF address in copyright headers.Kelley Cook1-1/+1
2005-05-28configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis1-1/+1
2005-04-21re PR preprocessor/20907 (long comments throw off line numbers)Per Bothner1-1/+5
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini1-0/+344