aboutsummaryrefslogtreecommitdiff
path: root/libcpp/internal.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-20preprocessor: Replace some flags with a single enumNathan Sidwell1-3/+3
2020-05-19preprocessor: Random cleanupsNathan Sidwell1-1/+1
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell1-11/+0
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell1-2/+0
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell1-6/+14
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek1-0/+4
2019-10-02internal.h (enum include_type): Remove trailing comma.Richard Biener1-1/+1
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt1-0/+8
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell1-1/+2
2019-08-29[preprocessor] Include stackingNathan Sidwell1-2/+5
2019-08-28[Preprocessor] small cleanupsNathan Sidwell1-8/+18
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-6/+6
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao1-4/+0
2019-05-06[libcpp] struct deps renamingNathan Sidwell1-1/+1
2019-01-26re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek1-0/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-20/+20
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell1-2/+2
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell1-1/+1
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell1-1/+10
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell1-0/+6
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell1-1/+2
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-3/+8
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger1-1/+1
2017-11-13Implement __VA_OPT__Tom Tromey1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-05On-demand locations within string-literalsDavid Malcolm1-1/+3
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm1-3/+4
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou1-1/+2
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou1-0/+4
2016-04-06re PR preprocessor/61817 (Inconsistent location of tokens in the expansion li...Richard Henderson1-1/+2
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-07-02re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini1-3/+4
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-6/+6
2015-03-23re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek1-1/+1
2015-02-03PR preprocessor/64803 - __LINE__ inside macro is not constantDodji Seketeli1-0/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-4/+0
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland1-0/+4
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers1-1/+3
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+8
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-11-16ucnid-2011-1.c: New test.Joseph Myers1-5/+6
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland1-0/+2
2013-03-06re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+4
2013-01-14Update copyright years in libcpp.Richard Sandiford1-2/+1
2012-10-23gcc:Joseph Myers1-2/+2