summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement PCH support for C++ namespaces.Douglas Gregor2010-02-211-0/+11
* Improve representation of tag declarations first declared or definedDouglas Gregor2010-02-121-1/+1
* 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-0/+1
* Improve location information for Objective-C category declarations. WeDouglas Gregor2010-01-161-1/+2
* Keep track of the source locations for each protocol reference inDouglas Gregor2010-01-161-2/+18
* 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-3/+3
* Use llvm_report_error instead of fprintf + assert + exit.Daniel Dunbar2009-12-031-8/+5
* Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...Ted Kremenek2009-11-181-1/+3
* Rename FunctionDecl::isInline/setInline toDouglas Gregor2009-10-271-1/+1
* Preserve type source information in TypedefDecls. Preserve it acrossJohn McCall2009-10-241-1/+1
* Remove OriginalTypeParmDecl; the original type is the one specifiedJohn McCall2009-10-231-8/+0
* Merge the "types" and "declarations" blocks in the precompiled headerDouglas Gregor2009-10-171-66/+50
* Factor out routines to encode/decode DeclaratorInfos and move them into theJohn McCall2009-10-161-76/+1
* Keep track of whether declararions were loaded from a precompiledDouglas Gregor2009-10-161-0/+3
* 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 writing PCH files, tweak the predicate function deciding whether to...Daniel Dunbar2009-09-171-3/+68
* 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-24/+24
* Fix build of clang with gcc-4.4: #include <cstdio> was missing.Torok Edwin2009-08-241-0/+2
* Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...Argyrios Kyrtzidis2009-08-211-4/+0
* Store/load type source info from/to PCH files.Argyrios Kyrtzidis2009-08-191-4/+76
* Make tag declarations redeclarable. This change has three purposes:Douglas Gregor2009-07-291-0/+1
* 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-0/+1
* Reuse VarDecl::Init to store the default argument of a ParmVarDecl,Douglas Gregor2009-07-201-3/+0
* Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella.Steve Naroff2009-07-141-0/+1
* 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
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-2/+2
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-1/+1
* 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/+3
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-1/+1
* Unify coding style.Zhongxing Xu2009-06-011-1/+1
* Use a reference to modify the DeclIDs map.Zhongxing Xu2009-06-011-1/+1
* Enumeration declarations that were instantiated from an enumerationDouglas Gregor2009-05-271-0/+1
* 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
* add an abbreviation for common PARM_VAR_DECL. All but 9 of the Chris Lattner2009-04-271-4/+66
* split decl writing out to its own PCHWriterDecl.cpp file.Chris Lattner2009-04-271-0/+468
OpenPOWER on IntegriCloud