aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHWriterDecl.cpp
AgeCommit message (Expand)Author
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
2010-06-03Hack in some really terrible C++ record PCH support that I need right now.John McCall
2010-05-30Convert DeclNodes to use TableGen.Sean Hunt
2010-05-28Roll back r104941.John McCall
2010-05-28Add a new attribute on records, __attribute__((adl_invisible)), and defineJohn McCall
2010-05-15Implement semantic analysis and an AST representation for the namedDouglas Gregor
2010-05-09pch'ify default argument definitions and uses.Chris Lattner
2010-05-07add PCH support for a bunch of C++ Decls, patch byChris Lattner
2010-05-06Remember the number of positive and negative bits used by the enumerators ofJohn McCall
2010-05-05This patch deals with Sema Part of Setter/Getter synthesisFariborz Jahanian
2010-05-03Diagnose unused exception parameters under a different warning groupDouglas Gregor
2010-04-28More of Sema to implement initialization ofFariborz Jahanian
2010-04-19Keep track of the actual storage specifier written on a variable orDouglas Gregor
2010-04-08Implement method type encoding in the presenseFariborz Jahanian
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-03-15Remember declaration scope qualifiers in the AST. Imposes no memory overheadJohn McCall
2010-03-12Remember whether a ParmVarDecl was spelled with a default argument orJohn McCall