llvm-project/clang/test/CXX
Douglas Gregor cf0b47d179 During template argument deduction from a function call, allow
deduction from pointer and pointer-to-member types to work even in the
presence of a qualification conversion (C++ [temp.deduct.type]p3
bullet 2). 

llvm-svn: 74354
2009-06-26 23:10:12 +00:00
..
basic New test for when the subexpressions within a typeid are potentially evaluated. We seem to be the only ones to get this right. 2009-06-23 15:32:13 +00:00
class Add test for [class.local]p2. 2009-06-24 02:00:28 +00:00
dcl.dcl/dcl.spec More auto work. 2009-06-26 22:18:59 +00:00
dcl.decl/dcl.meaning/dcl.array Fix test. 2009-06-26 21:54:43 +00:00
temp During template argument deduction from a function call, allow 2009-06-26 23:10:12 +00:00