summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce a fast path for the ASTReader's name lookup within aDouglas Gregor2013-01-211-0/+1
* [PCH/Modules] Revert r172843, it caused a module to fail building.Argyrios Kyrtzidis2013-01-191-12/+18
* [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops!Argyrios Kyrtzidis2013-01-181-18/+12
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-0/+2
* Revert Clang r172620 and r172629, which caused a hang when buildingDouglas Gregor2013-01-181-9/+16
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-4/+6
* [PCH/Modules] Change how macro [re]definitions are de/serialized.Argyrios Kyrtzidis2013-01-161-16/+9
* Fix CastingDavid Greene2013-01-151-1/+1
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-141-1/+16
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-3/+3
* Truth in advertising: LocallyScopedExternalDecls actually only containsRichard Smith2013-01-101-10/+10
* [PCH] (De)serialize the end location of MacroInfo.Argyrios Kyrtzidis2013-01-071-0/+1
* updateOutOfDateIdentifier() can cause the identifier table to beDouglas Gregor2013-01-071-2/+10
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-7/+8
* [PCH] Make the new PCH format (control block) backwards compatible andArgyrios Kyrtzidis2012-12-131-0/+6
* [PCH] When writing out the list of input files, avoid emitting duplicateArgyrios Kyrtzidis2012-12-111-1/+6
* Finish implementing 'selected constructor' rules for triviality in C++11. InRichard Smith2012-12-081-0/+6
* Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith2012-12-081-0/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-10/+10
* Refactor to reduce duplication in handling of special member functions. No fu...Richard Smith2012-11-301-18/+4
* Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith2012-11-281-0/+4
* Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents areArgyrios Kyrtzidis2012-11-281-2/+2
* [modules] Use a memory buffer directly as input for the module includes,Argyrios Kyrtzidis2012-11-151-0/+5
* [modules] Setup the import location of a module file and use itArgyrios Kyrtzidis2012-11-151-1/+1
* Suppress elided variadic macro argument extension diagnostic for macros usingEli Friedman2012-11-141-0/+1
* [PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis2012-10-311-46/+3
* [PCH] The diagnostic state points can refer to previously createdArgyrios Kyrtzidis2012-10-301-8/+19
* Teach the PCH validator to check the preprocessor options, especiallyDouglas Gregor2012-10-241-0/+1
* (De-)serialize the preprocessor options, including macros defined,Douglas Gregor2012-10-241-3/+30
* (De-)serialize header search options.Douglas Gregor2012-10-241-2/+40
* (De-)serialize the file system options.Douglas Gregor2012-10-241-1/+9
* Serialize DiagnosticOptions to the AST file.Douglas Gregor2012-10-241-0/+16
* Eliminate the redundancy between source-file information in the sourceDouglas Gregor2012-10-221-26/+30
* ASTWriter.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2012-10-191-2/+1
* Describe the new input-files block and its record, for llvm-bcanalyzer.Douglas Gregor2012-10-191-0/+3
* Move the set of files to be validated in an AST file into the controlDouglas Gregor2012-10-191-17/+57
* Collapse the original file name and original file ID records into aDouglas Gregor2012-10-181-7/+5
* Collapse the "version control revision/tag" AST file record into theDouglas Gregor2012-10-181-22/+27
* Split the target options out into their own record within the ASTDouglas Gregor2012-10-181-13/+17
* Start factoring the on-disk records for an AST file into a controlDouglas Gregor2012-10-181-23/+27
* Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor2012-10-161-14/+16
* Introduce the notion of excluded headers into the module mapDouglas Gregor2012-10-151-0/+12
* Track which particular submodule #undef's a macro, so that the actualDouglas Gregor2012-10-121-0/+1
* [libclang] Improve AST serialization done by ASTUnit::Save().Argyrios Kyrtzidis2012-10-111-1/+1
* Remove the ASTDeserializationListener's MacroVisible() callback, whichDouglas Gregor2012-10-111-16/+0
* Remove an unused bit from the serialized IdentifierInfoDouglas Gregor2012-10-111-2/+0
* Deserialize macro history when we deserialize an identifier that hasDouglas Gregor2012-10-111-5/+16
* Rework the (de-)serialization of macros, as stored inDouglas Gregor2012-10-091-27/+100
* If a macro has been #undef'd in a precompiled header, we still need toDouglas Gregor2012-10-091-3/+2
* [Modules] Introduce Module::TopHeaders which is a set of top-level headersArgyrios Kyrtzidis2012-10-051-0/+11
OpenPOWER on IntegriCloud