summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/macro_expand.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed preprocessed output of the first token for pragmas.Alexey Bataev2016-02-091-0/+6
| | | | | | | Clang did not expanded macros in the very first token of the pragmas during preprocessed output llvm-svn: 260211
* FileCheck'ize testsDmitri Gribenko2013-01-251-3/+5
| | | | llvm-svn: 173484
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* When we expect two arguments but have zero, make sure to addChris Lattner2009-05-131-0/+3
| | | | | | | | | two empty arguments. Also, add an assert so that this bug manifests as an assertion failure, not a valgrind problem. This fixes rdar://6880648 - [cpp] crash in ArgNeedsPreexpansion llvm-svn: 71616
* fix PR3927 by being more careful about the pp test for identifier.Chris Lattner2009-04-181-2/+11
| | | | llvm-svn: 69423
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* new testcaseChris Lattner2006-10-061-0/+7
llvm-svn: 38953
OpenPOWER on IntegriCloud