clang-1/test/CXX/temp
Richard Smith 500d729e85 PR13386: When matching up parameters between a function template declaration
and a function template instantiation, if there's a parameter pack in the
declaration and one at the same place in the instantiation, don't assume that
the pack wasn't expanded -- it may have expanded to nothing. Instead, go ahead
and check whether the parameter pack was expandable. We can do this as a
side-effect of the work we'd need to do anyway, to find how many parameters
were produced.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160416 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-18 01:29:05 +00:00
..
temp.arg From Philippe Canal: 2012-06-29 07:30:33 +00:00
temp.decls PR13386: When matching up parameters between a function template declaration 2012-07-18 01:29:05 +00:00
temp.fct.spec C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded 2012-03-12 21:09:16 +00:00
temp.names Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope 2012-06-06 21:18:07 +00:00
temp.param Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template 2012-03-13 07:21:50 +00:00
temp.res Some tests missed from r144056. 2011-11-08 02:18:13 +00:00
temp.spec Allow CorrectTypo to add/modify nested name qualifiers to typos that 2012-06-06 20:54:51 +00:00
temp.type Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
p3.cpp Unify and fix our checking of C++ [dcl.meaning]p1's requirements 2012-03-28 16:01:27 +00:00