summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx-variadic-templates-with-default-params.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR25271: When attaching default template arguments to redeclarations of aRichard Smith2016-02-041-0/+26
template, keep looking for default arguments if we see a template parameter pack. There may be default arguments preceding a pack with no default argument. Patch by Jannis Harder! llvm-svn: 259836
OpenPOWER on IntegriCloud