summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiate-partial-spec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* If a partial specialization of a member template is declared within a classRichard Smith2013-09-261-0/+23
template and defined outside it, don't instantiate it twice when instantiating the surrounding class template specialization. That would cause us to reject the code because we think two partial specializations instantiated to produce the same signature. llvm-svn: 191418
OpenPOWER on IntegriCloud