aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_paste_mscomment.c
AgeCommit message (Expand)Author
2010-07-17rename testChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-27Convert Preprocessor Clang tests to FileCheck in regards to PR5307.Edward O'Callaghan
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-03-22fix this test.Chris Lattner
2008-03-21Only invoke the preprocessor; it's the only thing being tested. Also, checkSam Bishop
2008-02-07Implement support for the extremely atrocious MS /##/ extension, Chris Lattner