aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHReaderDecl.cpp
AgeCommit message (Expand)Author
2009-06-30Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis
2009-06-26OpenCL 1.0 support: attributesNate Begeman
2009-06-20Serialize FunctionDecl's EndRangeLoc out to the PCH file.Argyrios Kyrtzidis
2009-06-19Keep track of when declarations are "used" according to C andDouglas Gregor
2009-06-18Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor
2009-05-27Enumeration declarations that were instantiated from an enumerationDouglas Gregor
2009-05-26When evaluating a VarDecl as a constant or determining whether it isDouglas Gregor
2009-05-22Fix lots of PCH crashes caused by the new assertions inDouglas Gregor
2009-05-22Fix PCH crash caused by new assertions in llvm::SmallVector. UseTed Kremenek
2009-05-21Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad
2009-05-20implementation of format_arg for ObjC methods/functions.Fariborz Jahanian
2009-05-14Check that the function being overridden is virtual.Anders Carlsson
2009-05-14Improvements to the FunctionDecl getters/setters.Anders Carlsson
2009-05-14Link FunctionDecls instantiated from the member functions of a classDouglas Gregor
2009-05-13Some early declarations to support sentinel attribute onFariborz Jahanian
2009-05-09Add back Parse/Sema support for attributes cf_returns_retained andTed Kremenek
2009-05-08Remove experimental ownership attributes from Clang.Ted Kremenek
2009-05-05Implement attribute 'ns_autorelease'.Ted Kremenek
2009-05-05Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').Ted Kremenek
2009-05-04Remove experimental attribute 'ns_ownership_make_collectable.'Ted Kremenek
2009-05-04Rename attributes 'objc_ownership...' to 'ns_ownership...'.Ted Kremenek
2009-05-04Rename attributes:Ted Kremenek
2009-04-28Implement ownership attribute 'objc_ownership_make_collectable'. This allows oneTed Kremenek
2009-04-27Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far)Chris Lattner
2009-04-27Add two new checker-specific attributes: 'objc_ownership_release' andTed Kremenek
2009-04-27Add new checker-specific attribute 'objc_ownership_cfretain'. This is the sameTed Kremenek
2009-04-27unclone SavedStreamPositionChris Lattner
2009-04-27move attribute reading to PCHReaderDecl.cpp, remove someChris Lattner
2009-04-27read all decls (and attributes and stmts/exprs referenced by the decl)Chris Lattner
2009-04-27change the interface to ReadStmt to force clients to pass a cursor in to read...Chris Lattner
2009-04-27split decl reading out to its own PCHReaderDecl.cpp file.Chris Lattner