summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [modules] Fix some of the confusion when computing the override set for a macroRichard Smith2014-07-211-13/+13
* Reinstate r213348, reverted in r213395, with an additional bug fix and moreRichard Smith2014-07-181-7/+12
* Revert "[modules] Fix macro hiding bug exposed if:"Ben Langmuir2014-07-181-12/+7
* [modules] Fix macro hiding bug exposed if:Richard Smith2014-07-181-7/+12
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-1/+1
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-6/+6
* DiagnosticIDs: use diagnostic severities to simplify extension handlingAlp Toker2014-06-221-7/+5
* Avoid invalidating successfully loaded module filesBen Langmuir2014-06-201-2/+7
* [modules] When we merge redecl chains or mark a decl used with an updateRichard Smith2014-06-161-1/+4
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* Improve diagnostic mapping terminologyAlp Toker2014-06-101-3/+3
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-231-0/+13
* Frontend: Propagate ASTReaderListener API in ChainedASTReaderListenerJustin Bogner2014-05-221-2/+8
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-221-68/+71
* If two sibling modules declare the same entity, and we indirectly pull aRichard Smith2014-05-191-1/+18
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-6/+36
* Merge a couple of copy-and-pasted functionsAlp Toker2014-05-161-53/+28
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-161-2/+2
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-0/+1
* Let ASTReader optionally delete its ASTDeserializationListener.Nico Weber2014-05-081-30/+30
* Fix latent bug. This can't actually manifest at the moment, but is a time-bombRichard Smith2014-05-081-1/+1
* Replace one-element SmallVectors inside DenseMaps with TinyPtrVector.Benjamin Kramer2014-05-031-4/+3
* Defer loading any pending update records until we've finished deserializing.Richard Smith2014-04-301-18/+10
* [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ...Argyrios Kyrtzidis2014-04-291-2/+0
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-291-8/+123
* Revert r207477 (and r207479), "Check -Werror options during module validation"NAKAMURA Takumi2014-04-291-123/+8
* Check -Werror options during module validationBen Langmuir2014-04-291-8/+123
* When two templates get merged together, also merge their pattern declarationsRichard Smith2014-04-241-2/+8
* Make TypeDecl much less friendly.Richard Smith2014-04-231-1/+1
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-191-37/+144
* Add module name and module map file to -module-file-infoBen Langmuir2014-04-141-0/+19
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-15/+56
* OnDiskHashTable: Make the iterable version separate.Justin Bogner2014-04-141-14/+15
* When module umbrellas change, rebuild themBen Langmuir2014-04-101-59/+63
* [Preprocessor/CodeComplete] Don't add include guard macros to code-completion...Argyrios Kyrtzidis2014-04-091-0/+1
* Have validate-system-headers override validate-once-per-build-sessionBen Langmuir2014-04-081-1/+1
* Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-281-55/+77
* Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-281-77/+55
* OnDiskHashTable: Use Endian.h to read little endian ostreamsJustin Bogner2014-03-281-55/+77
* Fix a FIXME, use std::move.Richard Smith2014-03-281-3/+3
* Comment parsing: when comment ranges are deserialized from multiple modules,Dmitri Gribenko2014-03-271-3/+4
* If an update record makes a declaration interesting, pass it to the consumer.Richard Smith2014-03-231-14/+14
* Fixing code that doesn't compile in MSVC 2012 (but does in MSVC 2013) from r2...Aaron Ballman2014-03-211-1/+1
* PR19215: When writing/reading a PCH that imported a module, store the locationRichard Smith2014-03-211-7/+12
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-201-17/+25
* Rearrange serialization block order to put decl update emission into the sameRichard Smith2014-03-201-11/+10
* Fix PR18806: Canonicalize the replacement type when deserializing a SubstTemp...Stephan Tolksdorf2014-03-151-3/+3
* Fix VS2012 build after r203881Hans Wennborg2014-03-141-1/+2
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-141-0/+7
* [Modules] Make sure that the synthesized file "__inferred_module.map" doesn't...Argyrios Kyrtzidis2014-03-141-6/+11
OpenPOWER on IntegriCloud