aboutsummaryrefslogtreecommitdiff
path: root/libcpp/macro.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-4128/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-30libcpp: Fix up ##__VA_OPT__ handling [PR89971]Jakub Jelinek1-1/+7
2021-12-01libcpp: Fix up #__VA_OPT__ handling [PR103415]Jakub Jelinek1-28/+44
2021-11-22libcpp: Fix _Pragma stringification [PR103165]Jakub Jelinek1-2/+9
2021-10-29libcpp: Fix _Pragma expansion [PR102409]Tobias Burnus1-1/+1
2021-09-01libcpp: __VA_OPT__ tweakJason Merrill1-16/+8
2021-09-01libcpp: __VA_OPT__ p1042r1 placemarker changes [PR101488]Jakub Jelinek1-12/+18
2021-08-17c++: Add C++20 #__VA_OPT__ supportJakub Jelinek1-15/+73
2021-08-12libcpp: Fix ICE with -Wtraditional preprocessing [PR101638]Jakub Jelinek1-2/+7
2021-05-20c: Add support for __FILE_NAME__ macro (PR c/42579)Christophe Lyon1-4/+10
2021-02-18c++: header-unit build capability [PR 99023]Nathan Sidwell1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-14preprocessor: Deferred macro supportNathan Sidwell1-4/+5
2020-11-24preprocessor: Add deferred macrosNathan Sidwell1-31/+64
2020-11-19preprocessor: main-file cleanupNathan Sidwell1-3/+3
2020-11-18preprocessor: C++ module-directivesNathan Sidwell1-0/+79
2020-11-12c: C2x __has_c_attributeJoseph Myers1-1/+5
2020-11-06libcpp: Provide date routineNathan Sidwell1-27/+56
2020-11-02cpplib: Macro use location and comparisonNathan Sidwell1-5/+21
2020-10-20preprocessor: Further fix for EOF in macro args [PR97471]Nathan Sidwell1-16/+18
2020-10-19preprocessor: Fix non-fn fn-like macro at EOF [PR97471]Nathan Sidwell1-12/+8
2020-05-19preprocessor: Fix ICE with EOF in macro args [pr95182]Nathan Sidwell1-9/+9
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-1/+1
2020-02-14c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319]Jakub Jelinek1-19/+42
2020-02-04libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]Jakub Jelinek1-0/+5
2020-02-04libcpp: Fix ICEs on __has_include syntax errors [PR93545]Jakub Jelinek1-3/+20
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell1-0/+56
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor1-0/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-69/+69
2018-10-31[3/7] Preprocessor macro locNathan Sidwell1-15/+5
2018-10-11libcpp: show macro definition when used with wrong argument countDavid Malcolm1-0/+4
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm1-2/+2
2018-08-20[CPP PATCH] node typeNathan Sidwell1-20/+24
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell1-10/+1
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell1-6/+6
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell1-38/+36
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell1-119/+117
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell1-132/+148
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-14/+37
2018-07-18re PR c/69558 (glib2 warning pragmas stopped working)Bernd Edlinger1-18/+14
2018-02-15PR preprocessor/83063 - __VA_OPT__ and ##Jason Merrill1-23/+112
2018-02-15* libcpp/macro.c: Fix typos.Jason Merrill1-9/+9
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-11-21Use -Wtraditional for "would be stringified in traditional C" (PR preprocesso...Eric Gallager1-1/+1
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm1-0/+8
2017-11-13Implement __VA_OPT__Tom Tromey1-2/+168