summaryrefslogtreecommitdiff
path: root/libcpp/internal.h
AgeCommit message (Expand)Author
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell
2020-01-01Update copyright years.Jakub Jelinek
2019-10-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek
2019-10-02internal.h (enum include_type): Remove trailing comma.Richard Biener
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell
2019-08-29[preprocessor] Include stackingNathan Sidwell
2019-08-28[Preprocessor] small cleanupsNathan Sidwell
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao
2019-05-06[libcpp] struct deps renamingNathan Sidwell
2019-01-26re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger
2017-11-13Implement __VA_OPT__Tom Tromey
2017-01-01Update copyright years.Jakub Jelinek
2016-08-05On-demand locations within string-literalsDavid Malcolm
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou
2016-04-06re PR preprocessor/61817 (Inconsistent location of tokens in the expansion li...Richard Henderson
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-07-02re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm
2015-03-23re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek
2015-02-03PR preprocessor/64803 - __LINE__ inside macro is not constantDodji Seketeli
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-11-16ucnid-2011-1.c: New test.Joseph Myers
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland
2013-03-06re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek
2013-01-14Update copyright years in libcpp.Richard Sandiford
2012-10-23gcc:Joseph Myers
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo
2012-05-29PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli