summaryrefslogtreecommitdiffstats
path: root/test/PCH/stmts.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* make sure to verify that the "non pch" runs worked.Chris Lattner2009-04-181-1/+1
* FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor2009-04-181-2/+2
* PCH support for blocksDouglas Gregor2009-04-171-3/+3
* PCH support for GNU statement expressionsDouglas Gregor2009-04-171-0/+2
* PCH support for indirect gotos and address-of-label expressions.Douglas Gregor2009-04-171-0/+2
* PCH support for declaration statements, and a test for PredefinedExprDouglas Gregor2009-04-171-0/+1
* PCH support for return statements.Douglas Gregor2009-04-171-2/+3
* PCH support for the first batch of statements, including null,Douglas Gregor2009-04-171-0/+8