aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-ppoutput.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-25/+25
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-8/+9
2018-08-08[PATCH] line-map include-from representationNathan Sidwell1-4/+2
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-0/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-06-13re PR preprocessor/71183 (gcc -E always gives __DATE__ and __TIME__ as Jan 1...Jakub Jelinek1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-03re PR preprocessor/57580 (Repeated _Pragma message directives in macro causes...Jakub Jelinek1-14/+24
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+3
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-3/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-0/+2
2014-07-16PR preprocessor/60723 - missing system-ness marks for macro tokensDodji Seketeli1-24/+57
2014-07-01Revert "PR preprocessor/60723 - missing system-ness marks for macro tokens"Dodji Seketeli1-52/+24
2014-07-01PR preprocessor/60723 - missing system-ness marks for macro tokensDodji Seketeli1-24/+52
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-07-10c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_T...Jakub Jelinek1-1/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-06-27re PR preprocessor/37215 (ICE on 'gcc -E -dM -fpreprocessed - < /dev/null')Kai Tietz1-1/+1
2011-10-17Support -fdebug-cpp optionTom Tromey1-11/+46
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-20/+23
2011-04-26re PR preprocessor/48248 (Wrong error message location when compiling preproc...Richard Guenther1-1/+2
2011-03-29re PR preprocessor/48248 (Wrong error message location when compiling preproc...Jakub Jelinek1-1/+6
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-0/+625