summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.decls/temp.variadic/sizeofpack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix hole in our enforcement of rule requiring 'typename' prior to a dependentRichard Smith2017-02-011-1/+1
| | | | | | | | | | | name. If the dependent name happened to end in a template-id (X<T>::Y<U>), we would fail to notice that the 'typename' keyword is missing when resolving it to a type. It turns out that GCC has a similar bug. If this shows up in much real code, we can easily downgrade this to an ExtWarn. llvm-svn: 293815
* Regression test for PR12699Serge Pavlov2013-08-051-0/+26
| | | | llvm-svn: 187734
* Fix to PR12262 - assertion when substituting explicit template argumentsSerge Pavlov2013-07-151-0/+177
does not substitute a sizeof-pack expression. The solution is proposed by Richard Smith. Differential Revision: http://llvm-reviews.chandlerc.com/D869 llvm-svn: 186306
OpenPOWER on IntegriCloud