hanchenye-llvm-project/clang/test/CXX/expr
David Majnemer 66ad574f40 Implement DR61: Address of ambiguous bound methods should be disallowed
DR61 affirms that expressions containing unresolved member access should
be disallowed when performing "address of" operations.

llvm-svn: 183723
2013-06-11 03:56:29 +00:00
..
expr.ass The 'constexpr implies const' rule for non-static member functions is gone in 2013-04-21 01:08:50 +00:00
expr.cast Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
expr.const Refactor constant expression evaluation to associate the complete object of a 2013-06-03 05:03:02 +00:00
expr.mptr.oper
expr.post Grab-bag of bit-field fixes: 2013-05-06 21:39:12 +00:00
expr.prim PR16243: Use CXXThisOverride during template instantiation, and fix up the 2013-06-07 02:33:37 +00:00
expr.unary Implement DR61: Address of ambiguous bound methods should be disallowed 2013-06-11 03:56:29 +00:00
p3.cpp
p8.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
p9.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
p10-0x.cpp