aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHReaderDecl.cpp
AgeCommit message (Expand)Author
2010-07-04Read/write specialization info of static data members for PCH.Argyrios Kyrtzidis
2010-07-03When setting the anonymous namespace at PCH reading, it may still be initiali...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-07-02Add some side-effect free Create methods for TypeDecl subclasses and use them...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-28Modify the way sub-statements are stored and retrieved from 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-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-21Combine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in Functio...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 reading templates from PCH.Argyrios Kyrtzidis
2010-06-19Initial support for writing templates to PCH.Argyrios Kyrtzidis
2010-06-16Implement first TD-based usage of attributes.Sean Hunt
2010-06-11Fix PCH issue. Attributes of a declaration were truncated to just one when th...Argyrios Kyrtzidis
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-27AST: Add AlignMac68kAttr, not yet used.Daniel Dunbar
2010-05-27AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.Daniel Dunbar
2010-05-19Add clang support for IBOutletCollection.Ted Kremenek
2010-05-18Add support for Microsoft's __thiscall, from Steven Watanabe!Douglas Gregor
2010-05-15Implement semantic analysis and an AST representation for the namedDouglas Gregor
2010-05-11Merged Elaborated and QualifiedName types.Abramo Bagnara
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-24Recommit r102215, this time being more careful to only set the "principalJohn McCall
2010-04-24Revert r102215. This causes clang crash while compiling a test case from gdb ...Devang Patel
2010-04-23Transition the last acceptable-result filter kind in LookupResult over to useJohn McCall
2010-04-19Keep track of the actual storage specifier written on a variable orDouglas Gregor