summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes a regression caused by implementing cstyle methods Fariborz Jahanian2010-04-091-1/+2
* Implement method type encoding in the presenseFariborz Jahanian2010-04-081-0/+1
* Remember declaration scope qualifiers in the AST. Imposes no memory overheadJohn McCall2010-03-151-2/+4
* Remember whether a ParmVarDecl was spelled with a default argument orJohn McCall2010-03-121-0/+1
* Keep track of type source information in the return type of anDouglas Gregor2010-03-081-1/+2
* Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola2010-02-231-0/+1
* Implement PCH support for C++ namespaces.Douglas Gregor2010-02-211-0/+17
* Patch removes IVars list from ObjCInterfaceDecl andFariborz Jahanian2010-02-191-1/+0
* Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes toTed Kremenek2010-02-181-0/+2
* Add IBAction attribute to keep the IBOutlet attribute company.Ted Kremenek2010-02-171-0/+4
* Improve representation of tag declarations first declared or definedDouglas Gregor2010-02-121-1/+1
* Use the allocator associated with ASTContext to allocate the argsTed Kremenek2010-02-111-1/+1
* Remove use of 'std::string' from Attr objects, using instead a byteTed Kremenek2010-02-111-2/+2
* Eliminate a bunch of unnecessary ASTContexts from members functions ofDouglas Gregor2010-02-111-3/+3
* Keep track of whether a tag was defined in a declarator vs. beingDouglas Gregor2010-02-081-0/+1
* Patch to implement rewriting of properties.Fariborz Jahanian2010-01-211-1/+3
* Improve location information for Objective-C category declarations. WeDouglas Gregor2010-01-161-2/+4
* Keep track of the source locations for each protocol reference inDouglas Gregor2010-01-161-4/+24
* Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov2010-01-101-0/+3
* Change ObjCContainerDecl to contain the entire range for the '@end'Ted Kremenek2010-01-071-1/+3
* First pass at implementing C++ enum semantics: calculate (and store) anJohn McCall2009-12-091-0/+1
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-071-4/+4
* Parse C++ member check attributes - base_check, hiding, and override.Alexis Hunt2009-11-251-0/+3
* Added rudimentary C++0x attribute support.Alexis Hunt2009-11-211-0/+1
* Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...Ted Kremenek2009-11-181-1/+6
* 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
OpenPOWER on IntegriCloud