Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -2/+4 |
* | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -13/+12 |
* | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor | 2010-10-01 | 1 | -1/+3 |
* | Make sure we clear TypeSpecOwned when setting TypeSpecType to something when | John McCall | 2010-08-26 | 1 | -0/+6 |
* | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -10/+61 |
* | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -3/+3 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -0/+610 |