summaryrefslogtreecommitdiffstats
path: root/test/Parser/control-scope.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Fix a crash in test/Parser/control-scope.c that testrunner didn'tChris Lattner2009-02-281-3/+3
* Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis2008-06-121-1/+1
* Fix a nasty C99 scope issue that Neil pointed out (for ifs)Chris Lattner2007-08-221-0/+8