summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Migrate the serialization of ASTContext's AutoDeduceTy andDouglas Gregor2011-08-091-6/+6
* Introduce local -> global mapping for preprocessed entity IDs. This isDouglas Gregor2011-08-041-2/+6
* In the AST reader and writer, slide the preprocessed entity IDs by +1Douglas Gregor2011-08-041-4/+6
* Add some missing record names to the AST output. No functionality change, but...Douglas Gregor2011-08-041-0/+3
* Implement the local -> global remapping for macro definition IDs inDouglas Gregor2011-08-041-1/+3
* Don't introduce a local -> global mapping for CXXBaseSpecifiers. TheDouglas Gregor2011-08-041-7/+3
* Introduce local -> global selector ID mapping into the ASTDouglas Gregor2011-08-031-2/+4
* Introduce a local-to-global remapping for identifiers in the ASTDouglas Gregor2011-08-031-1/+4
* Introduce a constant for the number of predefined declarations in anDouglas Gregor2011-08-031-2/+2
* Introduce the local -> global declaration ID mapping into the ASTDouglas Gregor2011-08-031-0/+2
* Change the hashing function for DeclContext lookup within an AST fileDouglas Gregor2011-08-021-10/+7
* Implement a proper local -> global type ID remapping scheme in the ASTDouglas Gregor2011-08-021-24/+26
* Generalize the module offset map to include mapping information forDouglas Gregor2011-08-021-18/+26
* Move the serialization of the MODULE_OFFSET_MAP out of the source-manager-wri...Douglas Gregor2011-08-011-32/+35
* Rename the AST file's SOURCE_LOCATION_MAP to MODULE_OFFSET_MAP, to indicate t...Douglas Gregor2011-08-011-2/+2
* Lazily deserialize Sema::VTableUses. Plus, fix the utterly andDouglas Gregor2011-07-281-2/+0
* Make Sema::WeakUndeclaredIdentifiers lazily deserialized.Douglas Gregor2011-07-281-6/+2
* Make Sema::LocallyScopedExternalDecls lazily deserialized. In theory,Douglas Gregor2011-07-281-3/+5
* AST serialization support for the Framework in IndexHeaderMapHeaderDouglas Gregor2011-07-281-6/+35
* Switch Sema::DynamicClasses over to LazyVectorDouglas Gregor2011-07-281-5/+2
* Switch Sema::ExtVectorDecls over to LazyVector.Douglas Gregor2011-07-281-6/+2
* Turn Sema::DelegatingCtorDecls into a LazyVector.Douglas Gregor2011-07-271-6/+2
* Switch Sema::UnusedFileScopedDecls over to a LazyVector. Douglas Gregor2011-07-271-18/+15
* Introduce a new data structure, LazyVector, which is a vector whoseDouglas Gregor2011-07-271-7/+12
* This patch extends the previous patch by starting to incorporate more functio...Jonathan D. Turner2011-07-261-9/+4
* Migrate 'Instantiation' data and API bits of SLocEntry to 'Expansion'Chandler Carruth2011-07-261-1/+1
* Convert InstantiationInfo and much of the related code to ExpansionInfoChandler Carruth2011-07-261-4/+4
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-38/+38
* Switch all of the "isysroot" const char*'s throughout the AST readerDouglas Gregor2011-07-221-12/+12
* Rename ASTReader::PerFileData to serialization::Module, pulling it outDouglas Gregor2011-07-221-1/+1
* Introduce a global bit-offset continuous range map into the ASTReader,Douglas Gregor2011-07-221-2/+3
* Rework the detailed preprocessing record to separate preprocessingDouglas Gregor2011-07-211-1/+1
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-191-50/+96
* Move the Serialization library from 'instantiation' to 'expansion', withChandler Carruth2011-07-151-11/+11
* StringMap::first() is about to start returning a StringRef, adapt.Chris Lattner2011-07-141-2/+2
* Move the rest of the preprocessor terminology from 'instantiate' andChandler Carruth2011-07-141-5/+5
* Preserve that a TemplateName was arrived at by substitutingJohn McCall2011-06-301-0/+8
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-281-0/+16
* Automatic Reference Counting.John McCall2011-06-151-0/+3
* Introduce a -cc1-level option to turn off related result typeDouglas Gregor2011-06-141-0/+1
* Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor2011-06-131-1/+0
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+1
* Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva...Jonathan D. Turner2011-06-031-2/+4
* Introduce additional abbreviations into the AST writer forDouglas Gregor2011-06-031-7/+13
* [PCH] Store the offsets of source location file entries and go through themArgyrios Kyrtzidis2011-06-021-2/+18
* Implement a new type node, UnaryTransformType, designed to represent aAlexis Hunt2011-05-241-0/+13
* When determining whether we can make a declaration into a globalDouglas Gregor2011-05-131-0/+1
* Implement implicit deletion of default constructors.Alexis Hunt2011-05-111-1/+1
* Clean up trivial default constructors now.Alexis Hunt2011-05-091-0/+1
* Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" andAlexis Hunt2011-05-091-1/+1
OpenPOWER on IntegriCloud