summaryrefslogtreecommitdiffstats
path: root/include/clang/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-161-1/+1
* Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer2012-04-152-3/+14
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-142-0/+3
* [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext,Argyrios Kyrtzidis2012-03-221-0/+3
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-2/+0
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+2
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-072-2/+14
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+10
* Serialization: Switch over to using the native SmallVector based BitstreamWriterDaniel Dunbar2012-02-291-1/+1
* ASTWriter: Cache some DenseMaps we use repeatedly.Daniel Dunbar2012-02-291-0/+12
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+1
* Implement AST (de-)serialization for lambda expressions.Douglas Gregor2012-02-141-1/+2
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-1/+1
* Fix ASTReader::FinishedDeserializing().Argyrios Kyrtzidis2012-02-091-0/+6
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-1/+0
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-052-2/+2
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-041-0/+1
* Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor2012-01-274-37/+69
* Introduce a generation number for selector lookups in the globalDouglas Gregor2012-01-251-1/+6
* Rework the external Sema source's ReadMethodPool() so that it doesn'tDouglas Gregor2012-01-251-5/+1
* Optimize unqualified/global name lookup in modules by introducing aDouglas Gregor2012-01-183-2/+17
* Delay the creation of the built-in Objective-C class 'Protocol' byDouglas Gregor2012-01-171-15/+16
* When deserializing the definition of a C++ class/ObjC class/ObjCDouglas Gregor2012-01-151-1/+0
* Completely re-implement (de-)serialization of redeclarationDouglas Gregor2012-01-154-19/+32
* Don't seed the ASTWriter's declaration -> ID mapping with the IDs ofDouglas Gregor2012-01-051-1/+0
* When we deserialize a declaration from a module file, allocate extraDouglas Gregor2012-01-051-7/+0
* Implement declaration merging for Objective-C protocols acrossDouglas Gregor2012-01-011-3/+3
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-2/+0
* Eliminate ASTMutationListener::UpdatedAttributeList, which is noDouglas Gregor2012-01-011-1/+0
* Implement support for module requirements, which indicate the languageDouglas Gregor2011-12-311-1/+3
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-2/+0
* Serialize the AST reader's mapping from canonical declarations to theDouglas Gregor2011-12-223-2/+26
* If we end up merging an Objective-C class with an existing Objective-CDouglas Gregor2011-12-221-0/+7
* When deserializing an Objective-C class, check whether we have anotherDouglas Gregor2011-12-221-0/+10
* When we make a previously-deserialized module definition visible,Douglas Gregor2011-12-202-0/+4
* Eliminate the first->last redeclaration map from the AST fileDouglas Gregor2011-12-192-17/+7
* Remove ASTReader's PendingForwardRefs, which is now handled by theDouglas Gregor2011-12-191-9/+0
* Once we have fully deserialized a redeclaration chain for somethingDouglas Gregor2011-12-191-1/+4
* The submodule offset map can introduce "empty" remapping entries forDouglas Gregor2011-12-191-0/+10
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-174-2/+74
* [PCH] Don't deserialize bodies of interesting decls while iteratingArgyrios Kyrtzidis2011-12-171-0/+2
* Move the definition-specific data of ObjCInterfaceDecl into aDouglas Gregor2011-12-151-2/+4
* Move ChainedIncludesSource into the Frontend library. This never reallyChandler Carruth2011-12-091-75/+0
* Separate the serialization library's diagnostics from the frontend'sChandler Carruth2011-12-091-0/+28
* Implement umbrella directories for modules, which are similar toDouglas Gregor2011-12-081-7/+9
* Implement inferred submodules support, which (when requested)Douglas Gregor2011-12-061-0/+6
* When writing a module file, keep track of the set of (sub)modules thatDouglas Gregor2011-12-052-9/+20
* [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initializedArgyrios Kyrtzidis2011-12-032-9/+0
* Implement support for precompiled headers, preambles, and serializedDouglas Gregor2011-12-032-1/+8
* Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor2011-12-021-1/+3