Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |