summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/partial-spec-instantiate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Keep track of the template arguments deduced when matching a classDouglas Gregor2009-08-021-0/+20
template partial specialization. Then, use those template arguments when instantiating members of that class template partial specialization. Fixes PR4607. llvm-svn: 77925
OpenPOWER on IntegriCloud