summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check that the function being overridden is virtual.Anders Carlsson2009-05-141-1/+1
* Improvements to the FunctionDecl getters/setters.Anders Carlsson2009-05-141-2/+2
* Link FunctionDecls instantiated from the member functions of a classDouglas Gregor2009-05-141-0/+1
* Some early declarations to support sentinel attribute onFariborz Jahanian2009-05-131-0/+7
* Add back Parse/Sema support for attributes cf_returns_retained andTed Kremenek2009-05-091-0/+2
* Remove experimental ownership attributes from Clang.Ted Kremenek2009-05-081-7/+0
* Implement attribute 'ns_autorelease'.Ted Kremenek2009-05-051-0/+1
* Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').Ted Kremenek2009-05-051-0/+1
* Remove experimental attribute 'ns_ownership_make_collectable.'Ted Kremenek2009-05-041-1/+0
* Rename attributes 'objc_ownership...' to 'ns_ownership...'.Ted Kremenek2009-05-041-4/+4
* Rename attributes:Ted Kremenek2009-05-041-2/+2
* Implement ownership attribute 'objc_ownership_make_collectable'. This allows oneTed Kremenek2009-04-281-1/+2
* Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far)Chris Lattner2009-04-271-44/+44
* Add two new checker-specific attributes: 'objc_ownership_release' andTed Kremenek2009-04-271-0/+2
* Add new checker-specific attribute 'objc_ownership_cfretain'. This is the sameTed Kremenek2009-04-271-0/+1
* unclone SavedStreamPositionChris Lattner2009-04-271-18/+0
* move attribute reading to PCHReaderDecl.cpp, remove someChris Lattner2009-04-271-78/+165
* read all decls (and attributes and stmts/exprs referenced by the decl)Chris Lattner2009-04-271-12/+12
* change the interface to ReadStmt to force clients to pass a cursor in to read...Chris Lattner2009-04-271-2/+2
* split decl reading out to its own PCHReaderDecl.cpp file.Chris Lattner2009-04-271-0/+628
OpenPOWER on IntegriCloud