summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Completely re-implement (de-)serialization of redeclarationDouglas Gregor2012-01-151-21/+72
* Don't seed the ASTWriter's declaration -> ID mapping with the IDs ofDouglas Gregor2012-01-051-4/+11
* When we deserialize a declaration from a module file, allocate extraDouglas Gregor2012-01-051-1/+1
* Store the submodules of a module in source order, as they are storedDouglas Gregor2012-01-041-15/+6
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-1/+0
* Don't bother rewriting an Objective-C class or protocol declaration to the mo...Douglas Gregor2012-01-011-2/+0
* Eliminate ASTMutationListener::UpdatedAttributeList, which is noDouglas Gregor2012-01-011-7/+0
* Introduce the core infrastructure needed to model redeclaration chainsDouglas Gregor2012-01-011-0/+19
* Implement support for module requirements, which indicate the languageDouglas Gregor2011-12-311-0/+14
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-1/+0
* Serialize the AST reader's mapping from canonical declarations to theDouglas Gregor2011-12-221-1/+21
* When we make a previously-deserialized module definition visible,Douglas Gregor2011-12-201-1/+6
* Detect when mapping a #include/#import over to a submodule ends upDouglas Gregor2011-12-201-1/+0
* Eliminate the first->last redeclaration map from the AST fileDouglas Gregor2011-12-191-16/+5
* Begin adding AVX2 intrinsics. Necessitated increasing the number of bits used...Craig Topper2011-12-191-0/+1
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-171-1/+21
* Introduce the core infrastructure needed to model a completeDouglas Gregor2011-12-151-3/+20
* Tweak submodule ID handling in the AST writerDouglas Gregor2011-12-121-5/+9
* Implement umbrella directories for modules, which are similar toDouglas Gregor2011-12-081-3/+13
* Within the module representation, generalize the notion of an umbrellaDouglas Gregor2011-12-081-2/+2
* Implement inferred submodules support, which (when requested)Douglas Gregor2011-12-061-13/+26
* Parse inferred submodules in module maps, track their contents inDouglas Gregor2011-12-051-0/+6
* Implement support for wildcard exports in modules, allowing a moduleDouglas Gregor2011-12-051-1/+2
* Actually add a useful bit to the comment pre-FIXMEDouglas Gregor2011-12-051-1/+1
* When writing a module file, keep track of the set of (sub)modules thatDouglas Gregor2011-12-051-16/+32
* Module files representing actual modules don't need to know the set of module...Douglas Gregor2011-12-031-19/+20
* Implement support for precompiled headers, preambles, and serializedDouglas Gregor2011-12-031-0/+21
* Implement (de-)serialization of the set of exported modules in aDouglas Gregor2011-12-021-1/+14
* Notify the AST writer (via ASTDeserializationListener) when aDouglas Gregor2011-12-021-0/+5
* Implement name hiding for macro definitions within modules, such thatDouglas Gregor2011-12-021-3/+6
* Implement name hiding for declarations deserialized from a non-visibleDouglas Gregor2011-12-011-0/+4
* Infer the submodule ID for a given declaration based on the locationDouglas Gregor2011-12-011-4/+40
* Switch the ID numbers used for submodule IDs in the AST reader over toDouglas Gregor2011-12-011-4/+27
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-6/+6
* Implement (de-)serialization of the description of a module and itsDouglas Gregor2011-11-301-1/+84
* When writing a module file, pass the module through to the ASTDouglas Gregor2011-11-301-5/+6
* Implement (de-)serialization of the buffer contents for an overriddenDouglas Gregor2011-11-161-4/+16
* Add a -cc1-level option -fmodule-name=<name>, which will be used whenDouglas Gregor2011-11-151-0/+3
* [PCH] Do not crash if a class extension in a chained PCH introduces/redeclare...Argyrios Kyrtzidis2011-11-141-0/+14
* [PCH] In ASTWriter::WriteChainedObjCCategories use getDeclID since the declsArgyrios Kyrtzidis2011-11-141-6/+5
* [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderF...Argyrios Kyrtzidis2011-11-131-4/+6
* Fix the signature of the getcontext builtin. Patch by Dimitry Andric.Rafael Espindola2011-11-131-0/+1
* Add a method in ASTMutationListener for the last use of Decl's [is/set]Change...Argyrios Kyrtzidis2011-11-121-8/+8
* [PCH] When completing an objc forward reference, do not serialize the chain o...Argyrios Kyrtzidis2011-11-121-16/+15
* Rework the AST for the initializer of a delegating constructor, soDouglas Gregor2011-11-011-2/+2
* [PCH] Now that we store the location of a decl outside its recordArgyrios Kyrtzidis2011-10-311-3/+4
* [PCH] Sort the file decls by file offset not raw source location.Argyrios Kyrtzidis2011-10-281-4/+5
* [PCH] In ASTWriter::associateDeclWithFile don't bother finding the file locArgyrios Kyrtzidis2011-10-281-4/+7
* [PCH] Keep track of file-level declarations that are contained by files.Argyrios Kyrtzidis2011-10-281-43/+127
* Make the loading of information attached to an IdentifierInfo from anDouglas Gregor2011-10-271-18/+34
OpenPOWER on IntegriCloud