summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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