summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAge
* DiagnosticIDs: use diagnostic severities to simplify extension handlingAlp Toker2014-06-22
* Avoid invalidating successfully loaded module filesBen Langmuir2014-06-20
* [modules] When we merge redecl chains or mark a decl used with an updateRichard Smith2014-06-16
* Include system_error directly.Rafael Espindola2014-06-12
* Improve diagnostic mapping terminologyAlp Toker2014-06-10
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-23
* Frontend: Propagate ASTReaderListener API in ChainedASTReaderListenerJustin Bogner2014-05-22
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-22
* If two sibling modules declare the same entity, and we indirectly pull aRichard Smith2014-05-19
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-16
* Merge a couple of copy-and-pasted functionsAlp Toker2014-05-16
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-16
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* Let ASTReader optionally delete its ASTDeserializationListener.Nico Weber2014-05-08
* Fix latent bug. This can't actually manifest at the moment, but is a time-bombRichard Smith2014-05-08
* Replace one-element SmallVectors inside DenseMaps with TinyPtrVector.Benjamin Kramer2014-05-03
* Defer loading any pending update records until we've finished deserializing.Richard Smith2014-04-30
* [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ...Argyrios Kyrtzidis2014-04-29
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-29
* Revert r207477 (and r207479), "Check -Werror options during module validation"NAKAMURA Takumi2014-04-29
* Check -Werror options during module validationBen Langmuir2014-04-29
* When two templates get merged together, also merge their pattern declarationsRichard Smith2014-04-24
* Make TypeDecl much less friendly.Richard Smith2014-04-23
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-19
* Add module name and module map file to -module-file-infoBen Langmuir2014-04-14
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-14
* OnDiskHashTable: Make the iterable version separate.Justin Bogner2014-04-14
* When module umbrellas change, rebuild themBen Langmuir2014-04-10
* [Preprocessor/CodeComplete] Don't add include guard macros to code-completion...Argyrios Kyrtzidis2014-04-09
* Have validate-system-headers override validate-once-per-build-sessionBen Langmuir2014-04-08
* Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-28
* Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-28
* OnDiskHashTable: Use Endian.h to read little endian ostreamsJustin Bogner2014-03-28
* Fix a FIXME, use std::move.Richard Smith2014-03-28
* Comment parsing: when comment ranges are deserialized from multiple modules,Dmitri Gribenko2014-03-27
* If an update record makes a declaration interesting, pass it to the consumer.Richard Smith2014-03-23
* Fixing code that doesn't compile in MSVC 2012 (but does in MSVC 2013) from r2...Aaron Ballman2014-03-21
* PR19215: When writing/reading a PCH that imported a module, store the locationRichard Smith2014-03-21
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-20
* Rearrange serialization block order to put decl update emission into the sameRichard Smith2014-03-20
* Fix PR18806: Canonicalize the replacement type when deserializing a SubstTemp...Stephan Tolksdorf2014-03-15
* Fix VS2012 build after r203881Hans Wennborg2014-03-14
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-14
* [Modules] Make sure that the synthesized file "__inferred_module.map" doesn't...Argyrios Kyrtzidis2014-03-14
* Refactor ASTReader::readInputFileInfo to return a struct containing the relat...Argyrios Kyrtzidis2014-03-14
* [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...Aaron Ballman2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-13
* Revert C++11ification in r203534 and r203536. Apparently our toolchains aren'tRichard Smith2014-03-11
* Speculative workaround for apparent libstdc++ bug exposed by r203534.Richard Smith2014-03-11
* If a visibility update record is found for a DeclContext after that Decl hasRichard Smith2014-03-11