aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplate.h
AgeCommit message (Expand)Author
2010-08-12Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor
2010-07-08When performing substitution of template arguments within the body ofDouglas Gregor
2010-03-28After performing template argument deduction for a function template,Douglas Gregor
2009-09-14Implement partial ordering of function template specializations Douglas Gregor
2009-08-28Tighten up the conversion from a single-level template argument listDouglas Gregor
2009-08-28Remove the conversion from a multi-level template argument list back to a sin...Douglas Gregor
2009-08-28Implement template instantiation for member class templates.Douglas Gregor
2009-08-28Collect multiple levels of template arguments into a new type,Douglas Gregor