Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -151/+0 |
* | When performing substitution of template arguments within the body of | Douglas Gregor | 2010-07-08 | 1 | -9/+22 |
* | After performing template argument deduction for a function template, | Douglas Gregor | 2010-03-28 | 1 | -0/+34 |
* | Implement partial ordering of function template specializations | Douglas Gregor | 2009-09-14 | 1 | -0/+13 |
* | Tighten up the conversion from a single-level template argument list | Douglas Gregor | 2009-08-28 | 1 | -1/+2 |
* | Remove the conversion from a multi-level template argument list back to a sin... | Douglas Gregor | 2009-08-28 | 1 | -8/+0 |
* | Implement template instantiation for member class templates. | Douglas Gregor | 2009-08-28 | 1 | -4/+22 |
* | Collect multiple levels of template arguments into a new type, | Douglas Gregor | 2009-08-28 | 1 | -0/+80 |