summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGenEli Friedman2009-11-091-0/+2
* Rename FunctionDecl::isInline/setInline toDouglas Gregor2009-10-271-1/+1
* Preserve type source information in TypedefDecls. Preserve it acrossJohn McCall2009-10-241-4/+4
* Remove OriginalTypeParmDecl; the original type is the one specifiedJohn McCall2009-10-231-10/+0
* Factor out routines to encode/decode DeclaratorInfos and move them into theJohn McCall2009-10-161-77/+3
* Keep track of whether declararions were loaded from a precompiledDouglas Gregor2009-10-161-0/+1
* Better living through metaprogramming. Create a base class which abstractsJohn McCall2009-10-151-1/+4
* Pull TypeLocVisitor into its own header file.Argyrios Kyrtzidis2009-09-291-1/+1
* Introduce ObjCInterfaceLoc which provides type source information for ObjC in...Argyrios Kyrtzidis2009-09-291-0/+3
* Introduce ObjCProtocolListLoc for keeping source location information for pro...Argyrios Kyrtzidis2009-09-291-0/+6
* Update PCH serialization of FunctionDecl flags.Daniel Dunbar2009-09-221-0/+3
* PCH: When deserializing an explicit "external definition", don't pass it to H...Daniel Dunbar2009-09-171-1/+2
* Rework the way we determine whether an externally visible symbol isDouglas Gregor2009-09-131-1/+0
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-25/+25
* Regularize the case and sort.Mike Stump2009-08-261-2/+2
* Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...Argyrios Kyrtzidis2009-08-211-5/+2
* Store/load type source info from/to PCH files.Argyrios Kyrtzidis2009-08-191-3/+73
* Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...Argyrios Kyrtzidis2009-08-191-6/+6
* map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...Ryan Flynn2009-08-091-0/+1
* Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed...Anders Carlsson2009-08-081-1/+2
* Make tag declarations redeclarable. This change has three purposes:Douglas Gregor2009-07-291-0/+2
* Make ObjCImplDecl inherit from ObjCContainerDecl.Argyrios Kyrtzidis2009-07-271-2/+1
* Add the location of the tag keyword into TagDecl. From EneaDouglas Gregor2009-07-211-2/+3
* Reuse VarDecl::Init to store the default argument of a ParmVarDecl,Douglas Gregor2009-07-201-1/+0
* Location should be passed to setLocEnd() not to setAtEndLoc() which belongs t...Argyrios Kyrtzidis2009-07-181-1/+1
* Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella.Steve Naroff2009-07-141-1/+2
* Read/write TagDecl's RBraceLoc from/to PCH files.Argyrios Kyrtzidis2009-07-141-0/+1
* Patch adds test to my previous patch for assigning toFariborz Jahanian2009-07-081-0/+1
* Fix PR 4489, a crash in PCH loading that occurs when loading the nameDouglas Gregor2009-07-061-0/+3
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-1/+1
* OpenCL 1.0 support: attributesNate Begeman2009-06-261-0/+8
* Serialize FunctionDecl's EndRangeLoc out to the PCH file.Argyrios Kyrtzidis2009-06-201-0/+1
* Keep track of when declarations are "used" according to C andDouglas Gregor2009-06-191-0/+1
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-1/+1
* Enumeration declarations that were instantiated from an enumerationDouglas Gregor2009-05-271-0/+1
* When evaluating a VarDecl as a constant or determining whether it isDouglas Gregor2009-05-261-1/+1
* Fix lots of PCH crashes caused by the new assertions inDouglas Gregor2009-05-221-4/+4
* Fix PCH crash caused by new assertions in llvm::SmallVector. UseTed Kremenek2009-05-221-1/+1
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-5/+5
* implementation of format_arg for ObjC methods/functions.Fariborz Jahanian2009-05-201-0/+6
* 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
OpenPOWER on IntegriCloud