summaryrefslogtreecommitdiff
path: root/libcpp/macro.c
AgeCommit message (Expand)Author
2022-01-17Rename .c files to .cc files.Martin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-12-30libcpp: Fix up ##__VA_OPT__ handling [PR89971]Jakub Jelinek
2021-12-01libcpp: Fix up #__VA_OPT__ handling [PR103415]Jakub Jelinek
2021-11-22libcpp: Fix _Pragma stringification [PR103165]Jakub Jelinek
2021-10-29libcpp: Fix _Pragma expansion [PR102409]Tobias Burnus
2021-09-01libcpp: __VA_OPT__ tweakJason Merrill
2021-09-01libcpp: __VA_OPT__ p1042r1 placemarker changes [PR101488]Jakub Jelinek
2021-08-17c++: Add C++20 #__VA_OPT__ supportJakub Jelinek
2021-08-12libcpp: Fix ICE with -Wtraditional preprocessing [PR101638]Jakub Jelinek
2021-05-20c: Add support for __FILE_NAME__ macro (PR c/42579)Christophe Lyon
2021-02-18c++: header-unit build capability [PR 99023]Nathan Sidwell
2021-01-04Update copyright years.Jakub Jelinek
2020-12-14preprocessor: Deferred macro supportNathan Sidwell
2020-11-24preprocessor: Add deferred macrosNathan Sidwell
2020-11-19preprocessor: main-file cleanupNathan Sidwell
2020-11-18preprocessor: C++ module-directivesNathan Sidwell
2020-11-12c: C2x __has_c_attributeJoseph Myers
2020-11-06libcpp: Provide date routineNathan Sidwell
2020-11-02cpplib: Macro use location and comparisonNathan Sidwell
2020-10-20preprocessor: Further fix for EOF in macro args [PR97471]Nathan Sidwell
2020-10-19preprocessor: Fix non-fn fn-like macro at EOF [PR97471]Nathan Sidwell
2020-05-19preprocessor: Fix ICE with EOF in macro args [pr95182]Nathan Sidwell
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill
2020-02-14c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319]Jakub Jelinek
2020-02-04libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]Jakub Jelinek
2020-02-04libcpp: Fix ICEs on __has_include syntax errors [PR93545]Jakub Jelinek
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell
2020-01-01Update copyright years.Jakub Jelinek
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-31[3/7] Preprocessor macro locNathan Sidwell
2018-10-11libcpp: show macro definition when used with wrong argument countDavid Malcolm
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm
2018-08-20[CPP PATCH] node typeNathan Sidwell
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-07-18re PR c/69558 (glib2 warning pragmas stopped working)Bernd Edlinger
2018-02-15PR preprocessor/83063 - __VA_OPT__ and ##Jason Merrill
2018-02-15* libcpp/macro.c: Fix typos.Jason Merrill
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov
2018-01-03Update copyright years.Jakub Jelinek
2017-11-21Use -Wtraditional for "would be stringified in traditional C" (PR preprocesso...Eric Gallager
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm
2017-11-13Implement __VA_OPT__Tom Tromey