summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/macro_misc.c
AgeCommit message (Expand)Author
2023-08-11[C23] Rename C2x->C23 in diagnosticsAaron Ballman
2022-05-12Warn if using `elifdef` & `elifndef` in not C2x & C++2b modeKen Matsui
2021-05-27Add support for #elifdef and #elifndefAaron Ballman
2013-04-03[preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-09fix PR3764 - A redefinition of a pre-processor macro failsChris Lattner
2009-03-09convert this to use -verify.Chris Lattner
2009-03-09rename testChris Lattner