Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) | Chris Lattner | 2009-04-27 | 1 | -44/+44 |
* | Add two new checker-specific attributes: 'objc_ownership_release' and | Ted Kremenek | 2009-04-27 | 1 | -0/+2 |
* | Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same | Ted Kremenek | 2009-04-27 | 1 | -0/+1 |
* | unclone SavedStreamPosition | Chris Lattner | 2009-04-27 | 1 | -18/+0 |
* | move attribute reading to PCHReaderDecl.cpp, remove some | Chris Lattner | 2009-04-27 | 1 | -78/+165 |
* | read all decls (and attributes and stmts/exprs referenced by the decl) | Chris Lattner | 2009-04-27 | 1 | -12/+12 |
* | change the interface to ReadStmt to force clients to pass a cursor in to read... | Chris Lattner | 2009-04-27 | 1 | -2/+2 |
* | split decl reading out to its own PCHReaderDecl.cpp file. | Chris Lattner | 2009-04-27 | 1 | -0/+628 |