summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Begin adding AVX2 intrinsics. Necessitated increasing the number of bits used...Craig Topper2011-12-191-2/+2
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-171-0/+42
* [PCH] Don't deserialize bodies of interesting decls while iteratingArgyrios Kyrtzidis2011-12-171-41/+49
* [PCH] In ASTReader::FinishedDeserializing fully load the interesting decls,Argyrios Kyrtzidis2011-12-171-0/+9
* Make sure we're always setting the previous declaration of an ObjCInterfaceDeclDouglas Gregor2011-12-161-1/+1
* Use llvm::sys::fs::equivalent rather than comparing inodes, becauseDouglas Gregor2011-12-091-6/+5
* Move a free function from the Frontend library into the Lex library asChandler Carruth2011-12-091-2/+2
* Separate the serialization library's diagnostics from the frontend'sChandler Carruth2011-12-091-1/+1
* Implement umbrella directories for modules, which are similar toDouglas Gregor2011-12-081-1/+23
* Within the module representation, generalize the notion of an umbrellaDouglas Gregor2011-12-081-2/+2
* Remove unused-but-set variable.Benjamin Kramer2011-12-071-2/+0
* Implement inferred submodules support, which (when requested)Douglas Gregor2011-12-061-16/+15
* Parse inferred submodules in module maps, track their contents inDouglas Gregor2011-12-051-1/+12
* Implement support for wildcard exports in modules, allowing a moduleDouglas Gregor2011-12-051-10/+59
* When writing a module file, keep track of the set of (sub)modules thatDouglas Gregor2011-12-051-14/+37
* Implement support for precompiled headers, preambles, and serializedDouglas Gregor2011-12-031-0/+21
* Only perform checking of the predefines buffer when loading aDouglas Gregor2011-12-021-2/+2
* When making a module visible, also make any of its exported modulesDouglas Gregor2011-12-021-0/+12
* Implement (de-)serialization of the set of exported modules in aDouglas Gregor2011-12-021-0/+37
* Notify the AST writer (via ASTDeserializationListener) when aDouglas Gregor2011-12-021-0/+6
* Implement name hiding for macro definitions within modules, such thatDouglas Gregor2011-12-021-8/+34
* Implement name hiding for declarations deserialized from a non-visibleDouglas Gregor2011-12-011-1/+20
* Introduce the notion of name visibility into modules. For a givenDouglas Gregor2011-12-011-0/+32
OpenPOWER on IntegriCloud