llvm-project/clang/test/CXX/temp/temp.decls
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.alias
temp.class Fix all tests under test/CXX (and test/Analysis) to pass if clang's default 2016-08-31 23:24:08 +00:00
temp.class.spec DR1315: a non-type template argument in a partial specialization is permitted 2016-12-28 02:37:25 +00:00
temp.fct PR22435: Correctly implement tiebreaker for reference ordering in function 2015-02-20 04:45:22 +00:00
temp.friend Improve error message when referencing a non-tag type with a tag 2016-12-09 19:47:58 +00:00
temp.mem When determining the target function of an explicit instantiation, make 2017-06-07 23:00:05 +00:00
temp.variadic Fix hole in our enforcement of rule requiring 'typename' prior to a dependent 2017-02-01 21:36:38 +00:00
p3.cpp