summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriterDecl.cpp
Commit message (Expand)AuthorAge
...
* Don't separately serialize the list of instance variables in anDouglas Gregor2012-01-26
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-17
* Now that deserializing a definition of a C++ class/Objective-CDouglas Gregor2012-01-15
* Completely re-implement (de-)serialization of redeclarationDouglas Gregor2012-01-15
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-14
* Revert accidental commitDouglas Gregor2012-01-14
* Add a FIXME for mutation of the common pointer of a RedeclarableTemplateDecl....Douglas Gregor2012-01-14
* Reimplement RedeclarableTemplateDecl in terms ofDouglas Gregor2012-01-14
* Progress towards making isUsed() reflect whether a declaration is odr-used; d...Eli Friedman2012-01-13
* Pack UsingDecl more.Benjamin Kramer2012-01-07
* Switch NamespaceDecl from its own hand-rolled redeclaration chain overDouglas Gregor2012-01-07
* Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bitsDouglas Gregor2012-01-06
* Don't seed the ASTWriter's declaration -> ID mapping with the IDs ofDouglas Gregor2012-01-05
* Implement declaration merging for non-template functions fromDouglas Gregor2012-01-04
* Eliminate ObjCProtocolDecl's end-of-definition location. It is notDouglas Gregor2012-01-02
* Move ObjCProtocolDecl::EndLoc into its DefinitionData, and giveDouglas Gregor2012-01-02
* Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th...Douglas Gregor2012-01-01
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-01
* Introduce the core infrastructure needed to model redeclaration chainsDouglas Gregor2012-01-01
* Move the data that corresponds to the definition of a protocol into aDouglas Gregor2012-01-01
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-27
* Once we have fully deserialized a redeclaration chain for somethingDouglas Gregor2011-12-19
* Re-implement (de-)serialization of redeclaration chains forDouglas Gregor2011-12-19
* Optimize serialized representation of redeclarable declarations forDouglas Gregor2011-12-19
* Combine common (de-)serialization logic for typedefs and type aliasesDouglas Gregor2011-12-19
* constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith2011-12-19
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-17
* Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it onlyDouglas Gregor2011-12-15
* Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor2011-12-15
* Introduce the core infrastructure needed to model a completeDouglas Gregor2011-12-15
* Move the definition-specific data of ObjCInterfaceDecl into aDouglas Gregor2011-12-15
* Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline itsDouglas Gregor2011-12-14
* Tweak submodule ID handling in the AST writerDouglas Gregor2011-12-12
* Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam!Argyrios Kyrtzidis2011-12-09
* Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor2011-12-02
* Infer the submodule ID for a given declaration based on the locationDouglas Gregor2011-12-01
* [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations.Argyrios Kyrtzidis2011-11-23
* [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil...Argyrios Kyrtzidis2011-11-23
* Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'Impl...Argyrios Kyrtzidis2011-11-15
* [PCH] Now that we store the location of a decl outside its recordArgyrios Kyrtzidis2011-10-31
* [PCH] In ASTWriter::associateDeclWithFile don't bother finding the file locArgyrios Kyrtzidis2011-10-28
* [PCH] Keep track of file-level declarations that are contained by files.Argyrios Kyrtzidis2011-10-28
* [PCH] Pull the location out of the serialized declarations and put it in the ...Argyrios Kyrtzidis2011-10-27
* Eliminate a hang while loading a sequence of redeclarable entities. InDouglas Gregor2011-10-26
* Keep track when a ObjC interface/protocol was initially created as a forward ...Argyrios Kyrtzidis2011-10-17
* [PCH] Serialize info about redeclared objc methods.Argyrios Kyrtzidis2011-10-14
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-07
* Added a flag to identify resolved overloaded function references.Abramo Bagnara2011-10-05
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-04
* Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis2011-10-03