Age | Commit message (Expand) | Author |
2009-03-30 | Improve the representation of template names in the AST. This | Douglas Gregor |
2009-03-28 | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner |
2009-03-27 | Initial implementation of parsing, semantic analysis, and template | Douglas Gregor |
2009-03-26 | Set the access specifier for templates inside classes. | Anders Carlsson |
2009-03-26 | Handle parsing of templates in member declarations. Pass the AccessSpecifier ... | Anders Carlsson |
2009-03-26 | The injected-class-name of class templates and class template | Douglas Gregor |
2009-03-25 | In Parser::ParseClassSpecifier, don't conflate a NULL declaration with | Douglas Gregor |
2009-03-24 | Type::isObjectType now implements the (more sensible) C++ definition | Douglas Gregor |
2009-03-24 | Fix a few isObjectTypes that really need to be isIncompleteOrObject | Douglas Gregor |
2009-03-19 | Introduce a new expression type, UnresolvedDeclRefExpr, that describes | Douglas Gregor |
2009-03-19 | Extend the use of QualifiedNameType to the creation of class template | Douglas Gregor |
2009-03-19 | Introduce a representation for types that we referred to via a | Douglas Gregor |
2009-03-18 | The scope representation can now be either a DeclContext pointer or a | Douglas Gregor |
2009-03-14 | Check for overflow and signedness problems with template | Douglas Gregor |
2009-03-14 | Make sure that the canonical representation of integral template arguments us... | Douglas Gregor |
2009-03-13 | Implement template instantiation for several more kinds of expressions: | Douglas Gregor |
2009-03-12 | Store the type of the integral value within a TemplateArgument, so that we ca... | Douglas Gregor |
2009-03-10 | Extend the notion of active template instantiations to include the | Douglas Gregor |
2009-03-10 | Add pretty-printing for class template specializations, e.g., | Douglas Gregor |
2009-03-09 | Implement template instantiation for ClassTemplateSpecializationTypes, | Douglas Gregor |
2009-03-09 | Mark a non-type template parameter invalid if there was a problem with its type | Douglas Gregor |
2009-03-03 | Implement the basics of implicit instantiation of class templates, in | Douglas Gregor |
2009-02-28 | Implement template instantiation for pointer, reference, and (some) | Douglas Gregor |
2009-02-27 | Implement the basic approach for instantiating types, with a lot of FIXME'd | Douglas Gregor |
2009-02-27 | Clean up and document code modification hints. | Douglas Gregor |
2009-02-26 | Make the type associated with a ClassTemplateSpecializationDecl be a | Douglas Gregor |
2009-02-26 | Introduce code modification hints into the diagnostics system. When we | Douglas Gregor |
2009-02-25 | Improve location information on "reused" class template specialization | Douglas Gregor |
2009-02-25 | Perform additional semantic checking of class template | Douglas Gregor |
2009-02-25 | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor |
2009-02-20 | silence some warnings in no asserts mode. | Chris Lattner |
2009-02-18 | Downgrade complaints about calling unavailable functions to a warning | Douglas Gregor |
2009-02-17 | Implement basic parsing and semantic analysis for explicit | Douglas Gregor |
2009-02-17 | Added ClassTemplateSpecializationDecl, which is a subclass of | Douglas Gregor |
2009-02-11 | Fix comment. | Mike Stump |
2009-02-11 | Appease the language lawyers | Douglas Gregor |
2009-02-11 | Finished semantic analysis of non-type template arguments, to check | Douglas Gregor |
2009-02-11 | Avoid bogus warning. | Mike Stump |
2009-02-11 | Reverted r64307. Moved hasSameType and hasSameUnqualifiedType from | Douglas Gregor |
2009-02-11 | Allow the use of default template arguments when forming a class | Douglas Gregor |
2009-02-11 | Rename Sema::hasSameType to QualType::isSameAs | Douglas Gregor |
2009-02-11 | Implement semantic checking for template arguments that correspond to | Douglas Gregor |
2009-02-11 | Add semantic checking for template arguments that correspond to | Douglas Gregor |
2009-02-11 | Semantic checking for template arguments that correspond to non-type | Douglas Gregor |
2009-02-11 | Add partial semantic checking of template arguments that are meant for | Douglas Gregor |
2009-02-10 | Add type-checking and implicit conversions for template parameters of | Douglas Gregor |
2009-02-10 | Implement parsing, semantic analysis and ASTs for default template | Douglas Gregor |
2009-02-10 | Semantic analysis for non-type template parameter declarations. | Douglas Gregor |
2009-02-10 | Teach the type-id/expression disambiguator about different | Douglas Gregor |
2009-02-10 | Check template template arguments against their corresponding template | Douglas Gregor |