summaryrefslogtreecommitdiffstats
path: root/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r155289:Bill Wendling2012-05-121-0/+3
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-161-64/+71
* Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer2012-04-151-4/+5
* Remove dead assignment to local variable.Ted Kremenek2012-04-041-1/+0
* Eliminate obvious use-after-free. Fixes PR12433 / <rdar://problem/11168333>.Douglas Gregor2012-04-041-1/+1
* [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext,Argyrios Kyrtzidis2012-03-221-0/+45
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-4/+4
* [libclang] Fix a crash when serializing a preprocessing record that containsArgyrios Kyrtzidis2012-03-081-3/+4
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-071-2/+9
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis2012-03-051-2/+2
* Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.Argyrios Kyrtzidis2012-03-011-1/+1
* Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis2012-02-271-1/+1
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-251-2/+2
* [PCH] Recover gracefully if the ASTReader detects that a file is differentArgyrios Kyrtzidis2012-02-201-1/+8
* Within the body of a lambda expression, decltype((x)) for anDouglas Gregor2012-02-121-2/+4
* Track whether a function type has a trailing return type as type sugar. Use thisRichard Smith2012-02-101-0/+1
* Fix ASTReader::FinishedDeserializing().Argyrios Kyrtzidis2012-02-091-18/+14
* Added source location for the template keyword in DependentTemplateSpecializa...Abramo Bagnara2012-02-061-0/+1
* Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...Abramo Bagnara2012-02-061-2/+2
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-061-2/+3
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-4/+4
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-301-1/+2
* Introduce module attributes into the module map grammar, along with aDouglas Gregor2012-01-271-3/+5
* Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor2012-01-271-22/+28
* Introduce a generation number for selector lookups in the globalDouglas Gregor2012-01-251-4/+16
* Rework the external Sema source's ReadMethodPool() so that it doesn'tDouglas Gregor2012-01-251-35/+27
* Only mark an IdentifierInfo as having changed since deserializationDouglas Gregor2012-01-241-5/+12
* Optimize unqualified/global name lookup in modules by introducing aDouglas Gregor2012-01-181-11/+38
* Rework the way in which we (de-)serialize the declarationsDouglas Gregor2012-01-171-8/+22
* Delay the creation of the built-in Objective-C class 'Protocol' byDouglas Gregor2012-01-171-6/+4
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-16/+5
* Completely re-implement (de-)serialization of redeclarationDouglas Gregor2012-01-151-13/+10
* Reimplement RedeclarableTemplateDecl in terms ofDouglas Gregor2012-01-141-8/+18
* Implement redeclaration merging for namespaces defined in distinctDouglas Gregor2012-01-091-7/+35
* Introduce a "Hidden" bit into Decl, to track whether that declarationDouglas Gregor2012-01-061-1/+1
* Teach DeclContext deserialization to pay attention to endianness, fromDouglas Gregor2012-01-061-1/+1
* When loading an AST file, set SourceManager::MainFileID to the main file of t...Argyrios Kyrtzidis2012-01-051-7/+10
* Store the submodules of a module in source order, as they are storedDouglas Gregor2012-01-041-4/+4
* Introduce the core infrastructure needed to model redeclaration chainsDouglas Gregor2012-01-011-7/+17
* Implement support for module requirements, which indicate the languageDouglas Gregor2011-12-311-0/+18
* Serialize the AST reader's mapping from canonical declarations to theDouglas Gregor2011-12-221-0/+10
* When deserializing an Objective-C class, check whether we have anotherDouglas Gregor2011-12-221-1/+1
* When we make a previously-deserialized module definition visible,Douglas Gregor2011-12-201-2/+8
* Fix off-by-one error in an assert condition. No functionality change, but betterRichard Smith2011-12-201-1/+1
* Detect when mapping a #include/#import over to a submodule ends upDouglas Gregor2011-12-201-0/+1
* Eliminate the first->last redeclaration map from the AST fileDouglas Gregor2011-12-191-10/+0
* Remove ASTReader's PendingForwardRefs, which is now handled by theDouglas Gregor2011-12-191-3/+0
* Once we have fully deserialized a redeclaration chain for somethingDouglas Gregor2011-12-191-0/+23
* The submodule offset map can introduce "empty" remapping entries forDouglas Gregor2011-12-191-11/+13