Age | Commit message (Expand) | Author |
2010-07-04 | Read/write specialization info of static data members for PCH. | Argyrios Kyrtzidis |
2010-07-03 | When setting the anonymous namespace at PCH reading, it may still be initiali... | Argyrios Kyrtzidis |
2010-07-03 | Lazily declare default constructors. We now delay the construction of | Douglas Gregor |
2010-07-02 | Lazily declare implicit copy constructors. | Douglas Gregor |
2010-07-02 | Read/write CastExpr's CXXBaseSpecifierArray for PCH. | Argyrios Kyrtzidis |
2010-07-02 | Lazily declare copy-assignment operators. | Douglas Gregor |
2010-07-02 | Lazily declare the implicitly-declared destructor in a C++ class. | Douglas Gregor |
2010-07-02 | Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH. | Argyrios Kyrtzidis |
2010-07-02 | Fix reading FunctionDecls from PCH. | Argyrios Kyrtzidis |
2010-07-02 | Fix reading ClassTemplateDecl's ClassTemplateSpecializationDecls and ClassTem... | Argyrios Kyrtzidis |
2010-07-02 | Fully read/write CXXRecordDecl for PCH. | Argyrios Kyrtzidis |
2010-07-02 | Generally types expect an initialized TypeDecl; its safer and less complicate... | Argyrios Kyrtzidis |
2010-07-02 | Add some side-effect free Create methods for TypeDecl subclasses and use them... | Argyrios Kyrtzidis |
2010-06-30 | Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl. | Argyrios Kyrtzidis |
2010-06-29 | Support C++ friend declarations for PCH. | Argyrios Kyrtzidis |
2010-06-28 | Modify the way sub-statements are stored and retrieved from PCH. | Argyrios Kyrtzidis |
2010-06-28 | Fix various bugs in recent commits for C++ PCH. | Argyrios Kyrtzidis |
2010-06-25 | Support NonTypeTemplateParmDecl for PCH. | Argyrios Kyrtzidis |
2010-06-23 | Support C++ class template specializations and partial specializations for PCH. | Argyrios Kyrtzidis |
2010-06-22 | Patch to provide separate ASTs for multiple ObjC class extension | Fariborz Jahanian |
2010-06-22 | Support emitting/reading function templates to/from PCH. | Argyrios Kyrtzidis |
2010-06-21 | Combine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in Functio... | Argyrios Kyrtzidis |
2010-06-20 | Support PCH emitting/reading of using declarations. | Argyrios Kyrtzidis |
2010-06-19 | Include a hack to allow loading of templated CXXRecordDecls and test template... | Argyrios Kyrtzidis |
2010-06-19 | Initial support for reading templates from PCH. | Argyrios Kyrtzidis |
2010-06-19 | Initial support for writing templates to PCH. | Argyrios Kyrtzidis |
2010-06-16 | Implement first TD-based usage of attributes. | Sean Hunt |
2010-06-11 | Fix PCH issue. Attributes of a declaration were truncated to just one when th... | Argyrios Kyrtzidis |
2010-06-05 | Added AccessSpecDecl node. | Abramo Bagnara |
2010-06-04 | Remember type source information for Objective C property declarations. | John McCall |
2010-06-04 | Restructure how we interpret block-literal declarators. Correctly handle | John McCall |
2010-06-03 | Hack in some really terrible C++ record PCH support that I need right now. | John McCall |
2010-05-30 | Convert DeclNodes to use TableGen. | Sean Hunt |
2010-05-28 | Roll back r104941. | John McCall |
2010-05-28 | Add a new attribute on records, __attribute__((adl_invisible)), and define | John McCall |
2010-05-27 | AST: Add AlignMac68kAttr, not yet used. | Daniel Dunbar |
2010-05-27 | AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. | Daniel Dunbar |
2010-05-19 | Add clang support for IBOutletCollection. | Ted Kremenek |
2010-05-18 | Add support for Microsoft's __thiscall, from Steven Watanabe! | Douglas Gregor |
2010-05-15 | Implement semantic analysis and an AST representation for the named | Douglas Gregor |
2010-05-11 | Merged Elaborated and QualifiedName types. | Abramo Bagnara |
2010-05-07 | add PCH support for a bunch of C++ Decls, patch by | Chris Lattner |
2010-05-06 | Remember the number of positive and negative bits used by the enumerators of | John McCall |
2010-05-05 | This patch deals with Sema Part of Setter/Getter synthesis | Fariborz Jahanian |
2010-05-03 | Diagnose unused exception parameters under a different warning group | Douglas Gregor |
2010-04-28 | More of Sema to implement initialization of | Fariborz Jahanian |
2010-04-24 | Recommit r102215, this time being more careful to only set the "principal | John McCall |
2010-04-24 | Revert r102215. This causes clang crash while compiling a test case from gdb ... | Devang Patel |
2010-04-23 | Transition the last acceptable-result filter kind in LookupResult over to use | John McCall |
2010-04-19 | Keep track of the actual storage specifier written on a variable or | Douglas Gregor |