summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [modules] Make sure enabled diagnostic pragmas inside the module don't affect...Argyrios Kyrtzidis2013-03-271-3/+9
* [Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis2013-03-261-49/+87
* [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives.Argyrios Kyrtzidis2013-03-221-144/+275
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-0/+17
* Only introduce the SDKSettings.plist dependency in modules/PCH files that don...Douglas Gregor2013-03-201-1/+1
* <rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor2013-03-201-0/+15
* <rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor2013-03-191-0/+2
* [modules] Don't record the macros from the predefines buffer.Argyrios Kyrtzidis2013-03-151-1/+24
* <rdar://problem/13426257> Introduce SDKSettings.plist as an input file depend...Douglas Gregor2013-03-151-15/+46
* [modules] Don't write the UnusedFileScopedDecls vector to the module file.Argyrios Kyrtzidis2013-03-141-2/+3
* [modules] Check for delegating constructor cycles when building a module and ...Argyrios Kyrtzidis2013-03-141-3/+6
* [Modules] Don't eagerly load and associate all the module header files.Argyrios Kyrtzidis2013-03-131-5/+25
* [Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis2013-03-131-2/+4
* [PCH] When pre-validating the headers from the PCH, only validate non-system ...Argyrios Kyrtzidis2013-03-061-2/+22
* [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file.Argyrios Kyrtzidis2013-03-061-16/+24
* [PCH] Remove building a SmallPtrSet that is not actually used for anything.Argyrios Kyrtzidis2013-03-011-2/+0
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-221-0/+10
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-4/+4
* [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis2013-02-201-27/+29
* Ensure that the identifier chains have the most recent declaration after modu...Douglas Gregor2013-02-181-3/+15
* Always keep highest identifier, selector, and macro IDs when we'veDouglas Gregor2013-02-081-5/+21
* Remove dead code related to the now defunct PCH stat cache.Ted Kremenek2013-02-051-48/+0
* Add a new -Wundefined-inline warning for inline functions which are used but notNick Lewycky2013-02-011-9/+9
* Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky2013-01-311-4/+5
* [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused.Daniel Dunbar2013-01-301-1/+0
* [Frontend] Add an ExternCSystem include entry group.Daniel Dunbar2013-01-301-1/+0
* Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky2013-01-261-1/+16
* [Frontend] Remove another IsUserSpecified member variable that is now unused.Daniel Dunbar2013-01-251-1/+0
* 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
OpenPOWER on IntegriCloud