summaryrefslogtreecommitdiff
path: root/libcpp/directives.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-3/+3
* re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao2019-07-021-2/+7
* [libcpp] struct deps renamingNathan Sidwell2019-05-061-1/+1
* re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek2019-01-261-2/+0
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Eliminate source_location in favor of location_tDavid Malcolm2018-11-131-15/+15
* [5/6] Preprocessor includeNathan Sidwell2018-10-311-14/+10
* [1/7] Preprocessor cleanupNathan Sidwell2018-10-311-27/+22
* Cleanup of libcpp diagnostic callbacksDavid Malcolm2018-10-091-5/+7
* [CPP PATCH] node typeNathan Sidwell2018-08-201-17/+12
* [CPP PATCH] Fix warning & other cleanups.Nathan Sidwell2018-08-201-2/+2
* [PATCH] #assert becomes macro-likeNathan Sidwell2018-08-201-94/+76
* [PATCH] CPP Macro predicatesNathan Sidwell2018-08-161-44/+9
* [PATCH] line-map include-from representationNathan Sidwell2018-08-081-3/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm2017-10-311-4/+4
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Spelling suggestions for misspelled preprocessor directivesDavid Malcolm2016-08-181-2/+39
* libcpp: Tweak to missing #include source locationDavid Malcolm2016-06-221-1/+1
* re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt2016-04-131-1/+5
* re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt2016-03-251-0/+13
* * directives.c (destringize_and_run): Adjust prototype.Jakub Jelinek2016-01-281-1/+2
* libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm2016-01-271-3/+10
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Replace line_map union with C++ class hierarchyDavid Malcolm2015-05-191-6/+11
* Implement -Wmisleading-indentationDavid Malcolm2015-05-121-2/+4
* re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek2015-03-231-1/+1
* re PR preprocessor/60570 (expression in 'elif' directive mis-diagnosed as err...Marek Polacek2015-01-231-16/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek2014-12-191-4/+0
* xvasprintf.c: New file.Uros Bizjak2014-12-111-2/+2
* cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland2014-11-101-0/+4
* Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland2014-10-011-0/+14
* directives.c (check_eol_1): New.Manuel López-Ibáñez2014-08-291-7/+24
* macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez2014-08-291-0/+5
* Update copyright years in libcpp/Richard Sandiford2014-01-021-1/+1
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-061-1/+3
* Update copyright years in libcpp.Richard Sandiford2013-01-141-1/+1
* Implement #pragma GCC warning/errorFlorian Weimer2012-10-041-3/+42
* PR preprocessor/53469 - argument tokens of _Pragma miss virtual locationDodji Seketeli2012-08-271-3/+5
* directives.c: Fix typos.Joseph Myers2012-05-291-1/+1
* PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli2012-05-291-29/+1
* Properly initialize cpp_context in destringize_and_runDodji Seketeli2012-05-021-4/+1
* Generate virtual locations for tokensTom Tromey2011-10-171-2/+2
* Linemap infrastructure for virtual locationsTom Tromey2011-10-171-7/+9
* Use source_location where it is dueDodji Seketeli2011-07-151-1/+1
* re PR preprocessor/48532 (Wrong location of namespaced pragma involving macros)Dodji Seketeli2011-06-061-1/+30
* Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053Michael Meissner2011-03-211-2/+12
* re PR preprocessor/39213 (Preprocessor ICE with -m64 and --traditional-cpp)Eric Botcazou2011-01-041-4/+5
* re PR preprocessor/45362 (Dangling reference about saved cpp_macro for push/p...Kai Tietz2010-09-291-28/+57