summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/stmts.h
Commit message (Collapse)AuthorAgeFilesLines
* Test PCH support for VLAsDouglas Gregor2009-04-221-0/+3
| | | | llvm-svn: 69758
* PCH support for GNU statement expressionsDouglas Gregor2009-04-171-0/+5
| | | | llvm-svn: 69370
* PCH support for indirect gotos and address-of-label expressions.Douglas Gregor2009-04-171-0/+18
| | | | llvm-svn: 69369
* PCH support for labels and goto.Douglas Gregor2009-04-171-0/+8
| | | | llvm-svn: 69364
* PCH support for declaration statements, and a test for PredefinedExprDouglas Gregor2009-04-171-2/+6
| | | | llvm-svn: 69356
* PCH support for return statements.Douglas Gregor2009-04-171-1/+23
| | | | | | | Optimize PCH encoding for switch-case statements slightly, by making the switch-case numbering local to a particular statement. llvm-svn: 69355
* PCH support for do-while and for loopsDouglas Gregor2009-04-171-1/+8
| | | | llvm-svn: 69334
* PCH support for while and continue statementsDouglas Gregor2009-04-171-0/+7
| | | | llvm-svn: 69332
* PCH support for the first batch of statements, including null,Douglas Gregor2009-04-171-0/+22
compound, case, default, if, switch, and break statements. llvm-svn: 69329
OpenPOWER on IntegriCloud