summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis2013-03-131-3/+1
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-2/+1
* [PCH] When complaining that a header from the PCH was modified, also mentionArgyrios Kyrtzidis2013-03-081-1/+1
* [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis2013-03-081-2/+2
* [PCH] When pre-validating the headers from the PCH, only validate non-system ...Argyrios Kyrtzidis2013-03-061-2/+4
* [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file.Argyrios Kyrtzidis2013-03-061-14/+28
* [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than...Argyrios Kyrtzidis2013-03-061-11/+4
* [PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTra...Argyrios Kyrtzidis2013-03-061-2/+1
* [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compa...Argyrios Kyrtzidis2013-03-041-5/+4
* [PCH] Enhance InputFile to also include whether the file is out-of-date.Argyrios Kyrtzidis2013-03-011-20/+24
* [PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenI...Argyrios Kyrtzidis2013-02-271-1/+1
* [preprocessing record] Have the MacroDefinitions map point to the MacroDefini...Argyrios Kyrtzidis2013-02-221-2/+6
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-221-0/+17
OpenPOWER on IntegriCloud