| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement the basics of implicit instantiation of class templates, in | Douglas Gregor | 2009-03-03 | 1 | -44/+81 |
| * | Implement template instantiation for pointer, reference, and (some) | Douglas Gregor | 2009-02-28 | 1 | -1/+1 |
| * | Implement the basic approach for instantiating types, with a lot of FIXME'd | Douglas Gregor | 2009-02-27 | 1 | -2/+13 |
| * | Clean up and document code modification hints. | Douglas Gregor | 2009-02-27 | 1 | -1/+1 |
| * | Make the type associated with a ClassTemplateSpecializationDecl be a | Douglas Gregor | 2009-02-26 | 1 | -2/+14 |
| * | Introduce code modification hints into the diagnostics system. When we | Douglas Gregor | 2009-02-26 | 1 | -6/+4 |
| * | Improve location information on "reused" class template specialization | Douglas Gregor | 2009-02-25 | 1 | -6/+16 |
| * | Perform additional semantic checking of class template | Douglas Gregor | 2009-02-25 | 1 | -11/+102 |
| * | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor | 2009-02-25 | 1 | -3/+3 |
| * | silence some warnings in no asserts mode. | Chris Lattner | 2009-02-20 | 1 | -5/+4 |
| * | Downgrade complaints about calling unavailable functions to a warning | Douglas Gregor | 2009-02-18 | 1 | -0/+3 |
| * | Implement basic parsing and semantic analysis for explicit | Douglas Gregor | 2009-02-17 | 1 | -13/+145 |
| * | Added ClassTemplateSpecializationDecl, which is a subclass of | Douglas Gregor | 2009-02-17 | 1 | -24/+152 |
| * | Fix comment. | Mike Stump | 2009-02-11 | 1 | -1/+1 |
| * | Appease the language lawyers | Douglas Gregor | 2009-02-11 | 1 | -1/+1 |
| * | Finished semantic analysis of non-type template arguments, to check | Douglas Gregor | 2009-02-11 | 1 | -15/+167 |
| * | Avoid bogus warning. | Mike Stump | 2009-02-11 | 1 | -1/+2 |
| * | Reverted r64307. Moved hasSameType and hasSameUnqualifiedType from | Douglas Gregor | 2009-02-11 | 1 | -5/+5 |
| * | Allow the use of default template arguments when forming a class | Douglas Gregor | 2009-02-11 | 1 | -2/+3 |
| * | Rename Sema::hasSameType to QualType::isSameAs | Douglas Gregor | 2009-02-11 | 1 | -5/+5 |
| * | Implement semantic checking for template arguments that correspond to | Douglas Gregor | 2009-02-11 | 1 | -6/+24 |
| * | Add semantic checking for template arguments that correspond to | Douglas Gregor | 2009-02-11 | 1 | -73/+90 |
| * | Semantic checking for template arguments that correspond to non-type | Douglas Gregor | 2009-02-11 | 1 | -3/+40 |
| * | Add partial semantic checking of template arguments that are meant for | Douglas Gregor | 2009-02-11 | 1 | -3/+69 |
| * | Add type-checking and implicit conversions for template parameters of | Douglas Gregor | 2009-02-10 | 1 | -1/+69 |
| * | Implement parsing, semantic analysis and ASTs for default template | Douglas Gregor | 2009-02-10 | 1 | -0/+248 |
| * | Semantic analysis for non-type template parameter declarations. | Douglas Gregor | 2009-02-10 | 1 | -0/+35 |
| * | Teach the type-id/expression disambiguator about different | Douglas Gregor | 2009-02-10 | 1 | -2/+2 |
| * | Check template template arguments against their corresponding template | Douglas Gregor | 2009-02-10 | 1 | -12/+66 |
| * | Rudimentary checking of template arguments against their corresponding | Douglas Gregor | 2009-02-09 | 1 | -0/+182 |
| * | Eliminate TemplateArg so that we only have a single kind of | Douglas Gregor | 2009-02-09 | 1 | -34/+9 |
| * | Start processing template-ids as types when the template-name refers | Douglas Gregor | 2009-02-09 | 1 | -19/+69 |
| * | Semantic checking for class template declarations and | Douglas Gregor | 2009-02-06 | 1 | -2/+267 |
| * | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor | 2009-02-04 | 1 | -7/+63 |
| * | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor | 2009-02-04 | 1 | -3/+3 |
| * | Eliminated LookupCriteria, whose creation was causing a bottleneck for | Douglas Gregor | 2009-01-30 | 1 | -5/+3 |
| * | Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupD... | Steve Naroff | 2009-01-29 | 1 | -3/+6 |
| * | Keep track of template arguments when we parse them. Right now, we don't actu... | Douglas Gregor | 2008-12-24 | 1 | -2/+20 |
| * | Ultrasimplistic sketch for the parsing of C++ template-ids. This won't | Douglas Gregor | 2008-12-18 | 1 | -0/+36 |
| * | Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it bel... | Douglas Gregor | 2008-12-08 | 1 | -9/+3 |
| * | Introduce basic support for dependent types, type-dependent | Douglas Gregor | 2008-12-05 | 1 | -0/+1 |
| * | Representation of template type parameters and non-type template | Douglas Gregor | 2008-12-05 | 1 | -0/+116 |