summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/assembler-with-cpp.c
AgeCommit message (Expand)Author
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2021-08-18Implement P1949Corentin Jabot
2013-10-21Lex: Don't restrict legal UCNs when preprocessing assemblyJustin Bogner
2013-06-18Make sure the assembler-with-cpp hack for "#" works with multiple "#"s inEli Friedman
2011-01-06fix rdar://8823139, a crash on a comment in a preprocessed .s fileChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-30Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests.Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-27fix testsNuno Lopes
2009-10-27Convert Preprocessor Clang tests to FileCheck in regards to PR5307.Edward O'Callaghan
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-25Fix a couple of bugs:Chris Lattner
2009-05-25fix this test to fail when the patch isn't applied.Chris Lattner
2009-05-24Make sure an invalid concatentaion doesn't insert whitespace before Eli Friedman
2009-05-22In assembler-with-cpp mode, don't error on '#' (stringize) operator applied toDaniel Dunbar
2009-04-19fix rdar://6804322 by wiring up -fdollars-in-identifiersChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-23The individual pieces of an invalid paste as still candidates for expansion.Chris Lattner
2009-03-20add tests for the various .S bugs I fixed on wednesday.Chris Lattner
2009-03-20rename this test from .S to .c so that it gets run.Chris Lattner