summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Module use declarations (II)Daniel Jasper2013-09-241-0/+4
* Don't eagerly load all conversion operators when loading a class declarationRichard Smith2013-08-301-3/+3
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-4/+3
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-3/+1
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-1/+3
* Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella2013-08-101-0/+13
* PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith2013-08-071-1/+29
* Fix read of uninitialized enum value in test, caught by UBSan. No functionalityRichard Smith2013-07-311-1/+1
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-1/+1
* Use typedef for Densemap contraining SmallVector passed to a function to avoi...Craig Topper2013-07-051-6/+4
* Add typedefs for Densemaps containing SmallVectors to avoid repeating the Sma...Craig Topper2013-07-051-8/+10
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+15
* This patch adds new private headers to the module map. PrivateLawrence Crowl2013-06-201-1/+18
* Loosen r178109 even further, to assume that all redefined macros in system he...Douglas Gregor2013-06-071-7/+10
* [PCH] Fix crash with valid code, related to anonymous field initializers.Argyrios Kyrtzidis2013-05-301-3/+10
* [modules] If we hit a failure while loading a PCH/module, abort parsing inste...Argyrios Kyrtzidis2013-05-241-1/+4
OpenPOWER on IntegriCloud