Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Sema.h's dependency on DeclCXX.h. | John McCall | 2010-08-25 | 1 | -0/+1 |
| | | | | llvm-svn: 112032 | ||||
* | Push DeclGroupRefs and TemplateNames in an opaque but type-safe way | John McCall | 2010-08-23 | 1 | -2/+2 |
| | | | | | | through the parser. llvm-svn: 111800 | ||||
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -0/+113 |
- 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 |