summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/comment_save_macro.c
AgeCommit message (Expand)Author
2023-03-30[Clang] Fix how ReadMacroParameterList handles comments in macro parameter-li...Shafik Yaghmour
2016-04-20[Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-27Typo in revision 85201.Edward O'Callaghan
2009-10-27Convert Preprocessor Clang tests to FileCheck in regards to PR5307.Edward O'Callaghan
2009-10-27Fix a broken test in rev. 85199.Edward O'Callaghan
2009-10-27Convert Preprocessor Clang tests to FileCheck in regards to PR5307.Edward O'Callaghan
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2006-07-29Testcases for comment saving modes, -C and -CC.Chris Lattner