aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHWriterDecl.cpp
AgeCommit message (Expand)Author
2010-07-29Change the name to something less terrible; suggestion by Doug. No functional...Argyrios Kyrtzidis
2010-07-29Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis
2010-07-29Store latest redeclaration for each redeclarable template declarationPeter Collingbourne
2010-07-29Refactor redeclarable template declarationsPeter Collingbourne
2010-07-27Revert r109546, it broke linux build.Argyrios Kyrtzidis
2010-07-27Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis
2010-07-27Always deserialize from PCH file scoped variables with non trivial constructo...Argyrios Kyrtzidis
2010-07-27- Fix recording of offsets of types in dependent PCHs.Sebastian Redl
2010-07-23Make declarations in the dependent PCH visible, for C at least.Sebastian Redl
2010-07-22atch for implementation of objective-c's -WselectorFariborz Jahanian
2010-07-22Read/write C++0x static_assert for PCH.Argyrios Kyrtzidis
2010-07-22Read/write FriendTemplateDecl for PCH.Argyrios Kyrtzidis
2010-07-20Hide FunctionTemplateDecl's specializations folding set as implementation det...Argyrios Kyrtzidis
2010-07-20Whether the specialization should be added to template's folding set when rea...Argyrios Kyrtzidis
2010-07-17Added PCH/ASTImporter code for ObjCIvarDecl's field.Fariborz Jahanian
2010-07-09Reorganize how ClassTemplate[Partial]SpecializationDecls are read/written to ...Argyrios Kyrtzidis
2010-07-08Support TemplateTemplateParmDecl for PCH.Argyrios Kyrtzidis
2010-07-06Read/write function template specializations for PCH, properly this time.Argyrios Kyrtzidis
2010-07-06Allow a CXXRecordDecl to get a DefinitionData pointer even when its owner is ...Argyrios Kyrtzidis
2010-07-06Read/write instantiated-from-member of EnumDecl for PCH.Argyrios Kyrtzidis
2010-07-05Read/write the identifier namespace in PCH for decls that may modify it.Argyrios Kyrtzidis
2010-07-05Read/write some source location for PCH.Argyrios Kyrtzidis
2010-07-04Read/write more information of ASTContext for PCH. Overriden methods and inst...Argyrios Kyrtzidis
2010-07-04Write/read ParmVarDecl's UninstantiatedDefaultArg for PCH.Argyrios Kyrtzidis
2010-07-04Read/write specialization info of static data members for PCH.Argyrios Kyrtzidis
2010-07-03Lazily declare default constructors. We now delay the construction ofDouglas Gregor
2010-07-02Lazily declare implicit copy constructors.Douglas Gregor
2010-07-02Read/write CastExpr's CXXBaseSpecifierArray for PCH.Argyrios Kyrtzidis
2010-07-02Lazily declare copy-assignment operators.Douglas Gregor
2010-07-02Lazily declare the implicitly-declared destructor in a C++ class.Douglas Gregor
2010-07-02Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH.Argyrios Kyrtzidis
2010-07-02Fix reading FunctionDecls from PCH.Argyrios Kyrtzidis
2010-07-02Fix reading ClassTemplateDecl's ClassTemplateSpecializationDecls and ClassTem...Argyrios Kyrtzidis
2010-07-02Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis
2010-07-02Generally types expect an initialized TypeDecl; its safer and less complicate...Argyrios Kyrtzidis
2010-06-30Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl.Argyrios Kyrtzidis
2010-06-29Support C++ friend declarations for PCH.Argyrios Kyrtzidis
2010-06-28Fix various bugs in recent commits for C++ PCH.Argyrios Kyrtzidis
2010-06-25Support NonTypeTemplateParmDecl for PCH.Argyrios Kyrtzidis
2010-06-25Add forgotten breaks in case statements.Argyrios Kyrtzidis
2010-06-23Support C++ class template specializations and partial specializations for PCH.Argyrios Kyrtzidis
2010-06-22Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian
2010-06-22Support emitting/reading function templates to/from PCH.Argyrios Kyrtzidis
2010-06-20Support PCH emitting/reading of using declarations.Argyrios Kyrtzidis
2010-06-19Include a hack to allow loading of templated CXXRecordDecls and test template...Argyrios Kyrtzidis
2010-06-19Initial support for writing templates to PCH.Argyrios Kyrtzidis
2010-06-17Given Decl::isUsed() a flag indicating when to consider the "used"Douglas Gregor
2010-06-05Added AccessSpecDecl node.Abramo Bagnara
2010-06-04Remember type source information for Objective C property declarations.John McCall
2010-06-04Restructure how we interpret block-literal declarators. Correctly handleJohn McCall