llvm-project/clang/test/CXX/temp
Douglas Gregor e0f7a8ace9 When performing template argument deduction against a template-id,
only keep deduction results for successful deductions, so that they
can be compared against each other. Fixes PR8462, from Richard Smith!

llvm-svn: 117983
2010-11-02 00:02:34 +00:00
..
temp.arg Teach the warning about unnamed/local types in template arguments to 2010-10-13 00:27:52 +00:00
temp.decls When matching template parameter lists to template-ids in a scope specifier 2010-10-20 05:44:58 +00:00
temp.fct.spec When performing template argument deduction against a template-id, 2010-11-02 00:02:34 +00:00
temp.names Reinstate r104117, Chandler Carruth's change that "[provides] a naming 2010-05-20 20:58:56 +00:00
temp.param Diagnose the declaration of template template parameters that 2010-10-21 17:26:49 +00:00
temp.res Implement C++ [temp.local]p4, which specifies how we eliminate 2010-04-12 20:54:26 +00:00
temp.spec When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the 2010-09-12 05:24:55 +00:00