summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Add infrastructure to be able to only deserialize decls in a file ...Argyrios Kyrtzidis2011-11-031-0/+87
* Rework the AST for the initializer of a delegating constructor, soDouglas Gregor2011-11-011-10/+9
* [PCH] Now that we store the location of a decl outside its recordArgyrios Kyrtzidis2011-10-311-3/+3
* [PCH] For ASTReader's FileDeclIDs also associate the Module that theArgyrios Kyrtzidis2011-10-311-1/+2
* [PCH] Keep track of file-level declarations that are contained by files.Argyrios Kyrtzidis2011-10-281-0/+11
* [PCH] Pull the location out of the serialized declarations and put it in the ...Argyrios Kyrtzidis2011-10-271-1/+1
* Make the loading of information attached to an IdentifierInfo from anDouglas Gregor2011-10-271-75/+60
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-251-0/+1
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-251-1/+0
* Introduce a placeholder type for "pseudo object"John McCall2011-10-251-0/+1
* [PCH] When visiting preprocessed entities, make it possible to avoid deserial...Argyrios Kyrtzidis2011-10-251-5/+35
* Controlling macros are identifiers, not declarations.Douglas Gregor2011-10-171-1/+2
* Add a new placeholder type to represent "unbridged"John McCall2011-10-171-0/+5
* For modules, all macros that aren't include guards are implicitlyDouglas Gregor2011-10-171-2/+3
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-141-0/+1
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-061-0/+14
* Add a comment in ASTReader::ReadPragmaDiagnosticMappings that the user bitArgyrios Kyrtzidis2011-09-261-0/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-2/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-2/+2
* Do manual binary search for preprocessing entities because their end locationsArgyrios Kyrtzidis2011-09-221-3/+22
* Fix MSVC9 build by providing a full comparator object to lower_bound.Benjamin Kramer2011-09-211-2/+8
* [PCH] Don't store the source range for each preprocessed entity sinceArgyrios Kyrtzidis2011-09-201-19/+15
* [PCH] Merge ASTReader::LoadPreprocessedEntity with ReadPreprocessedEntityArgyrios Kyrtzidis2011-09-201-93/+94
* The location of the name in MacroDefinition is the beginning of its range,Argyrios Kyrtzidis2011-09-201-1/+0
* In libclang, when visiting preprocessed entities in a source range, useArgyrios Kyrtzidis2011-09-191-10/+0
* [libclang] When getting a source location from a file:line:col tripletArgyrios Kyrtzidis2011-09-191-13/+5
* Introduce PreprocessingRecord::getPreprocessedEntitiesInRange()Argyrios Kyrtzidis2011-09-191-5/+130
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-2/+2
* Const-ify some methods in ASTReader.Argyrios Kyrtzidis2011-09-191-2/+2
* [PCH] Preload the PreloadSLocEntries through the SourceManager andArgyrios Kyrtzidis2011-09-191-3/+5
* When we load the first module, make sure that we wire up the ASTConsumer to t...Douglas Gregor2011-09-151-0/+1
* [PCH] Overhaul how preprocessed entities are [de]serialized.Argyrios Kyrtzidis2011-09-151-135/+45
* [PCH] Fix a regression that r139441 introduced (decls were getting passedArgyrios Kyrtzidis2011-09-131-2/+21
* Switch the serialization of LangOptions over to use the .def file. WeDouglas Gregor2011-09-131-164/+30
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-6/+6
* [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead ofArgyrios Kyrtzidis2011-09-121-1/+5
* Don't crash when we fail to load a module. It's unbecoming of aDouglas Gregor2011-09-101-77/+79
* In the ASTReader, replace the never-NULL Preprocessor pointer with aDouglas Gregor2011-09-091-85/+59
* In ASTReader, replace the never-NULL ASTContext pointer with anDouglas Gregor2011-09-091-194/+160
* Mark the translation unit as having lexical/visible storage only when we actu...Douglas Gregor2011-09-091-4/+5
* Back out r139358 "[PCH] When loading the decls linked to anDouglas Gregor2011-09-091-8/+0
* [PCH] When loading the decls linked to an identifier, also make them visibleArgyrios Kyrtzidis2011-09-091-0/+8
* [libclang] Fix annotation and getting a "macro expansion" cursorArgyrios Kyrtzidis2011-09-081-4/+9
* Implement the Objective-C 'instancetype' type, which is an alias ofDouglas Gregor2011-09-081-0/+4
* Always construct an ASTReader with a non-NULL ASTContext andDouglas Gregor2011-09-021-22/+2
* Modules hide macro definitions by default, so that silly things likeDouglas Gregor2011-09-011-5/+6
* Support importing of ObjC categories from modules.Argyrios Kyrtzidis2011-09-011-0/+21
* Remove obsolete ObjCInferRelatedReturnType from LangOptions...the correct opt...Jordy Rose2011-08-301-2/+0
* Remove unused variables noticed by GCC.Benjamin Kramer2011-08-271-5/+0
OpenPOWER on IntegriCloud