aboutsummaryrefslogtreecommitdiff
path: root/libcpp/macro.cc
AgeCommit message (Expand)Author
2024-03-14libcpp: Fix macro expansion for argument of __has_include [PR110558]Lewis Hyatt
2024-01-03Update copyright years.Jakub Jelinek
2023-11-27c-family: Implement __has_feature and __has_extension [PR60512]Alex Coplan
2023-11-20Trivial typo fix in variadicMarc Poulhiès
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers
2023-06-20libcpp: Improve location for macro names [PR66290]Lewis Hyatt
2023-01-16Update copyright years.Jakub Jelinek
2022-12-07preprocessor: Enable __VA_OPT__ for C2xJoseph Myers
2022-11-18libcpp: Avoid remapping filenames within directivesRichard Purdie
2022-02-01libcpp: Fix up padding handling in funlike_invocation_p [PR104147]Jakub Jelinek
2022-01-17Rename .c files to .cc files.Martin Liska