summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.spec/temp.expl.spec/p5-example.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When checking for the necessary 'template<>' headers based on theDouglas Gregor2011-05-111-0/+34
nested of an out-of-line declaration, only require a 'template<>' header for each enclosing class template that hasn't been previously specialized; previously, we were requiring 'template<>' for enclosing class templates and members of class templates that hadn't been previously specialized. Fixes <rdar://problem/9422013>. llvm-svn: 131207
OpenPOWER on IntegriCloud