summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/macro_vaopt_check.cpp
AgeCommit message (Expand)Author
2024-05-03[clang,test] Convert text files from CRLF to LFFangrui Song
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever
2022-05-12Warn if using `elifdef` & `elifndef` in not C2x & C++2b modeKen Matsui
2021-05-27Add support for #elifdef and #elifndefAaron Ballman
2021-01-27Don't allow __VA_OPT__ to be detected by #ifdef.Richard Smith
2021-01-27Permit __VA_OPT__ in all language modes and allow it to be detected with #ifdef.Richard Smith
2017-10-15[c++2a] Implement P0306 __VA_OPT__ (Comma omission and comma deletion)Faisal Vali