summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor ASTReader::readInputFileInfo to return a struct containing the relat...Argyrios Kyrtzidis2014-03-141-14/+15
* [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...Aaron Ballman2014-03-131-3/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-8/+8
* Revert C++11ification in r203534 and r203536. Apparently our toolchains aren'tRichard Smith2014-03-111-16/+11
* Speculative workaround for apparent libstdc++ bug exposed by r203534.Richard Smith2014-03-111-0/+3
* If a visibility update record is found for a DeclContext after that Decl hasRichard Smith2014-03-111-8/+16
* Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'Richard Smith2014-03-081-9/+12
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Add a bunch of missing changes from r203208Ben Langmuir2014-03-071-106/+123
* Add dependencies from imported modules with -MDBen Langmuir2014-03-071-11/+94
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-24/+13
* Fix crash if a submodule overrides one of its own macros, and add support forRichard Smith2014-03-061-1/+2
* Switch to an idiomatic C++ erase/remove for this loop, and fix a bug in theRichard Smith2014-03-061-3/+5
* Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...Argyrios Kyrtzidis2014-03-031-0/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* If a module A exports a macro M, and a module B imports that macro and #undef'sRichard Smith2014-03-011-83/+250
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* Don't assume that F_None is the default. It is about to change.Rafael Espindola2014-02-241-1/+2
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-5/+44
* Rename some PCH-related errors to have 'err_' as their prefixDmitri Gribenko2014-02-111-4/+4
* Stat system dependencies when using -verify-pchBen Langmuir2014-02-071-2/+8
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-7/+10
* Fix autolinking when modules are imported in pch filesBen Langmuir2014-01-311-5/+5
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-211-2/+2
* Improve the error message when a PCH dependency is modifiedBen Langmuir2014-01-171-4/+19
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+0
* [Serialization] In ASTReader::getInputFile record it when we didn't find the ...Argyrios Kyrtzidis2014-01-081-0/+5
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-0/+13
* Include non-explicit submodules in exported module listDmitri Gribenko2013-11-041-10/+1
* Allow a new syntax in a module requires-declaration:Richard Smith2013-10-281-1/+1
* Simplify some implementations of get*Decl.Rafael Espindola2013-10-191-1/+1
* C++ modules: don't lose track of a 'namespace std' that is imported from a mo...Richard Smith2013-10-181-13/+28
* Basic ODR checking for C++ modules:Richard Smith2013-10-181-1/+60
OpenPOWER on IntegriCloud