Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the PCH reader use the diagnostics system for its complaints. | Douglas Gregor | 2009-04-28 | 1 | -8/+2 |
| | | | | llvm-svn: 70330 | ||||
* | Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) | Chris Lattner | 2009-04-27 | 1 | -7/+7 |
| | | | | | | | processing to after PCH is loaded. -Eonly and -parse-noop are close to working with PCH now but are not quite there yet. llvm-svn: 70257 | ||||
* | read all decls (and attributes and stmts/exprs referenced by the decl) | Chris Lattner | 2009-04-27 | 1 | -1/+0 |
| | | | | | | from the DeclsCursor. llvm-svn: 70190 | ||||
* | change the interface to ReadStmt to force clients to pass a cursor in to ↵ | Chris Lattner | 2009-04-27 | 1 | -14/+14 |
| | | | | | | read from. llvm-svn: 70188 | ||||
* | split stmt/expr deserialization out to PCHReaderStmt.cpp | Chris Lattner | 2009-04-27 | 1 | -0/+1134 |
llvm-svn: 70186 |