Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor | 2010-10-01 | 1 | -1/+3 | |
| | | | | | | | | | | auto f(int) -> int from Daniel Wallin! (With a few minor bug fixes from me). llvm-svn: 115322 | |||||
* | Make sure we clear TypeSpecOwned when setting TypeSpecType to something when | John McCall | 2010-08-26 | 1 | -0/+6 | |
| | | | | | | it might previously have been a tag TST. llvm-svn: 112196 | |||||
* | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -10/+61 | |
| | | | | llvm-svn: 111901 | |||||
* | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -3/+3 | |
| | | | | llvm-svn: 111733 | |||||
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -0/+610 | |
- move DeclSpec &c into the Sema library - move ParseAST into the Parse library Reflect this change in a thousand different includes. Reflect this change in the link orders. llvm-svn: 111667 |