| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement ownership attribute 'objc_ownership_make_collectable'. This allows one | Ted Kremenek | 2009-04-28 | 1 | -1/+2 |
| | | | | | | | to add 'CFMakeCollectable' semantics to a method. llvm-svn: 70336 | ||||
| * | Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) | Chris Lattner | 2009-04-27 | 1 | -44/+44 |
| | | | | | | | | 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 | ||||
| * | Add two new checker-specific attributes: 'objc_ownership_release' and | Ted Kremenek | 2009-04-27 | 1 | -0/+2 |
| | | | | | | | | 'objc_ownership_cfrelease'. These are the 'release' equivalents of 'objc_ownership_retain' and 'objc_ownership_cfretain' respectively. llvm-svn: 70235 | ||||
| * | Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same | Ted Kremenek | 2009-04-27 | 1 | -0/+1 |
| | | | | | | | | | as 'objc_ownership_cfretain' except that the method acts like a CFRetain instead of a [... retain] (important in GC modes). Checker support is wired up, but currently only for Objective-C message expressions (not function calls). llvm-svn: 70218 | ||||
| * | unclone SavedStreamPosition | Chris Lattner | 2009-04-27 | 1 | -18/+0 |
| | | | | | llvm-svn: 70192 | ||||
| * | move attribute reading to PCHReaderDecl.cpp, remove some | Chris Lattner | 2009-04-27 | 1 | -78/+165 |
| | | | | | | | extraneous braces. llvm-svn: 70191 | ||||
| * | read all decls (and attributes and stmts/exprs referenced by the decl) | Chris Lattner | 2009-04-27 | 1 | -12/+12 |
| | | | | | | | 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 | -2/+2 |
| | | | | | | | read from. llvm-svn: 70188 | ||||
| * | split decl reading out to its own PCHReaderDecl.cpp file. | Chris Lattner | 2009-04-27 | 1 | -0/+628 |
| llvm-svn: 70187 | |||||

