summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-1174/+0
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-0/+1174
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-1174/+0
* Instead of modifying the ObjC AST to not modify existing declarations, teach ...Sebastian Redl2010-08-131-13/+19
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-0/+1
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-111-3/+2
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-091-2/+3
* Complete PCH support for ObjCPropertyImplDecl.Argyrios Kyrtzidis2010-08-091-3/+6
* Support ObjC implementation decls for PCH.Argyrios Kyrtzidis2010-08-091-3/+4
* Refactor into functions PCH reading/writing the CXXBaseOrMemberInitializers. ...Argyrios Kyrtzidis2010-08-091-26/+2
* Remove the DeclaredInCondition bit now that it's no longer used.Nick Lewycky2010-08-061-3/+0
* Collect namespaces that need updating in a PCH chain. WIPSebastian Redl2010-08-051-0/+5
* Apart from storing/retrieving the previous redeclaration from PCH, also store...Argyrios Kyrtzidis2010-08-031-3/+39
* Change the name to something less terrible; suggestion by Doug. No functional...Argyrios Kyrtzidis2010-07-291-1/+1
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-291-52/+1
* Store latest redeclaration for each redeclarable template declarationPeter Collingbourne2010-07-291-0/+2
* Refactor redeclarable template declarationsPeter Collingbourne2010-07-291-13/+14
* Revert r109546, it broke linux build.Argyrios Kyrtzidis2010-07-271-2/+52
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-271-52/+2
* Always deserialize from PCH file scoped variables with non trivial constructo...Argyrios Kyrtzidis2010-07-271-0/+8
* - Fix recording of offsets of types in dependent PCHs.Sebastian Redl2010-07-271-0/+5
* Make declarations in the dependent PCH visible, for C at least.Sebastian Redl2010-07-231-2/+2
* atch for implementation of objective-c's -WselectorFariborz Jahanian2010-07-221-0/+1
* Read/write C++0x static_assert for PCH.Argyrios Kyrtzidis2010-07-221-1/+4
* Read/write FriendTemplateDecl for PCH.Argyrios Kyrtzidis2010-07-221-1/+11
* Hide FunctionTemplateDecl's specializations folding set as implementation det...Argyrios Kyrtzidis2010-07-201-1/+4
* Whether the specialization should be added to template's folding set when rea...Argyrios Kyrtzidis2010-07-201-10/+4
* Added PCH/ASTImporter code for ObjCIvarDecl's field.Fariborz Jahanian2010-07-171-0/+1
* Reorganize how ClassTemplate[Partial]SpecializationDecls are read/written to ...Argyrios Kyrtzidis2010-07-091-11/+18
* Support TemplateTemplateParmDecl for PCH.Argyrios Kyrtzidis2010-07-081-1/+8
* Read/write function template specializations for PCH, properly this time.Argyrios Kyrtzidis2010-07-061-3/+6
* Allow a CXXRecordDecl to get a DefinitionData pointer even when its owner is ...Argyrios Kyrtzidis2010-07-061-40/+55
* Read/write instantiated-from-member of EnumDecl for PCH.Argyrios Kyrtzidis2010-07-061-1/+1
* Read/write the identifier namespace in PCH for decls that may modify it.Argyrios Kyrtzidis2010-07-051-0/+5
* Read/write some source location for PCH.Argyrios Kyrtzidis2010-07-051-0/+4
* Read/write more information of ASTContext for PCH. Overriden methods and inst...Argyrios Kyrtzidis2010-07-041-0/+9
* Write/read ParmVarDecl's UninstantiatedDefaultArg for PCH.Argyrios Kyrtzidis2010-07-041-1/+6
* Read/write specialization info of static data members for PCH.Argyrios Kyrtzidis2010-07-041-0/+13
* Lazily declare default constructors. We now delay the construction ofDouglas Gregor2010-07-031-0/+1
* Lazily declare implicit copy constructors.Douglas Gregor2010-07-021-0/+1
* Read/write CastExpr's CXXBaseSpecifierArray for PCH.Argyrios Kyrtzidis2010-07-021-12/+2
* Lazily declare copy-assignment operators.Douglas Gregor2010-07-021-0/+1
* Lazily declare the implicitly-declared destructor in a C++ class.Douglas Gregor2010-07-021-0/+1
* Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH.Argyrios Kyrtzidis2010-07-021-9/+52
* Fix reading FunctionDecls from PCH.Argyrios Kyrtzidis2010-07-021-20/+21
* Fix reading ClassTemplateDecl's ClassTemplateSpecializationDecls and ClassTem...Argyrios Kyrtzidis2010-07-021-4/+14
* Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis2010-07-021-12/+38
* Generally types expect an initialized TypeDecl; its safer and less complicate...Argyrios Kyrtzidis2010-07-021-8/+1
* Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl.Argyrios Kyrtzidis2010-06-301-4/+4
* Support C++ friend declarations for PCH.Argyrios Kyrtzidis2010-06-291-2/+15
OpenPOWER on IntegriCloud