summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Modules] When things go horribly wrong when reading a module, point at the m...Douglas Gregor2013-05-101-0/+8
* [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback.Argyrios Kyrtzidis2013-05-081-10/+1
* Modify ASTReaderListener to allow visiting the input files of an AST file.Argyrios Kyrtzidis2013-05-061-8/+58
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-8/+15
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-1/+2
* [PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis2013-04-261-3/+15
* [Modules] Fix an issue where the reconstructed redeclaration chain was incomp...Argyrios Kyrtzidis2013-04-261-6/+19
* Implement C++1y decltype(auto).Richard Smith2013-04-261-2/+5
* [Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis2013-04-171-1/+4
* Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...Argyrios Kyrtzidis2013-04-171-6/+20
* <rdar://problem/13643854> Only emit ambiguous-expansion warnings when at leas...Douglas Gregor2013-04-121-26/+8
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-101-3/+4
* Pare back r164351 somewhat. The problem that change was addressing was that weRichard Smith2013-04-031-1/+7
* [preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis2013-04-031-1/+2
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-3/+2
* [modules] Before marking the module imported macros as ambiguous, check if th...Argyrios Kyrtzidis2013-03-271-11/+57
* [PCH/modules] Remove HiddenName::MacroUndefArgyrios Kyrtzidis2013-03-271-5/+0
* [Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis2013-03-271-1/+1
* [Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis2013-03-261-33/+36
* [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives.Argyrios Kyrtzidis2013-03-221-135/+179
* [modules] When a MacroInfo object is deserialized, allocate and store its sub...Argyrios Kyrtzidis2013-03-221-1/+1
* <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...Douglas Gregor2013-03-221-1/+6
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-18/+68
* Make sure that Module::ConfigMacrosExhaustive gets initialized and deserializ...Douglas Gregor2013-03-201-3/+6
* <rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor2013-03-201-0/+12
* Minor optimization to r177367 to treat a module with missing dependencies as ...Douglas Gregor2013-03-191-1/+1
* <rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor2013-03-191-26/+69
* [Modules] Don't eagerly load and associate all the module header files.Argyrios Kyrtzidis2013-03-131-15/+22
OpenPOWER on IntegriCloud