Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test PCH support for VLAs | Douglas Gregor | 2009-04-22 | 1 | -0/+3 |
| | | | | llvm-svn: 69758 | ||||
* | PCH support for GNU statement expressions | Douglas Gregor | 2009-04-17 | 1 | -0/+5 |
| | | | | llvm-svn: 69370 | ||||
* | PCH support for indirect gotos and address-of-label expressions. | Douglas Gregor | 2009-04-17 | 1 | -0/+18 |
| | | | | llvm-svn: 69369 | ||||
* | PCH support for labels and goto. | Douglas Gregor | 2009-04-17 | 1 | -0/+8 |
| | | | | llvm-svn: 69364 | ||||
* | PCH support for declaration statements, and a test for PredefinedExpr | Douglas Gregor | 2009-04-17 | 1 | -2/+6 |
| | | | | llvm-svn: 69356 | ||||
* | PCH support for return statements. | Douglas Gregor | 2009-04-17 | 1 | -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 loops | Douglas Gregor | 2009-04-17 | 1 | -1/+8 |
| | | | | llvm-svn: 69334 | ||||
* | PCH support for while and continue statements | Douglas Gregor | 2009-04-17 | 1 | -0/+7 |
| | | | | llvm-svn: 69332 | ||||
* | PCH support for the first batch of statements, including null, | Douglas Gregor | 2009-04-17 | 1 | -0/+22 |
compound, case, default, if, switch, and break statements. llvm-svn: 69329 |