llvm-project/clang/test/CXX/temp
John McCall 27c11dd57e When determining the target function of an explicit instantiation, make
sure that non-template functions don't end up in the candidate set.

Fixes PR14211.

Patch by Don Hinton!

llvm-svn: 304951
2017-06-07 23:00:05 +00:00
..
temp.arg Fix all tests under test/CXX (and test/Analysis) to pass if clang's default 2016-08-31 23:24:08 +00:00
temp.decls When determining the target function of an explicit instantiation, make 2017-06-07 23:00:05 +00:00
temp.deduct.guide [c++1z] Enforce restriction that deduction guide is declared in the same scope as its template. 2017-02-10 20:39:58 +00:00
temp.fct.spec [c++1z] Support deducing B in noexcept(B). 2017-06-07 21:46:22 +00:00
temp.names
temp.param PR23135: Don't instantiate constexpr functions referenced in unevaluated operands where possible. 2017-01-07 00:48:55 +00:00
temp.res Repoint 'missing typename' diagnostic to the location where 'typename' should be added. 2017-02-01 21:41:18 +00:00
temp.spec Give more accurate descriptions of what kind of template we found in diagnostics. 2017-01-14 02:19:59 +00:00
temp.type
p3.cpp