hanchenye-llvm-project/clang/test/CXX/drs
David Majnemer a4f7c7a600 Sema: Diagnose explicitly bound unresolved member expressions decaying into pointers to function type
We would disallow the case where the overloaded member expression is
coming from an address-of operator but we wouldn't issue any diagnostics
when the overloaded member expression comes by way of a function to
pointer decay cast.

Clang's implementation of DR61 is now seemingly complete.

llvm-svn: 187559
2013-08-01 06:13:59 +00:00
..
dr0xx.cpp Sema: Diagnose explicitly bound unresolved member expressions decaying into pointers to function type 2013-08-01 06:13:59 +00:00
dr1xx.cpp Implement DR136 2013-06-25 23:09:30 +00:00