]> granicus.if.org Git - clang/commit
Reference qualifiers for *this: implement C++0x [expr.mptr.oper]p6,
authorDouglas Gregor <dgregor@apple.com>
Wed, 26 Jan 2011 16:40:18 +0000 (16:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 26 Jan 2011 16:40:18 +0000 (16:40 +0000)
commit6b4df91dc4ed4a3fc78587c49a3ed3df96b65d9c
tree3962720dfb384cc90b861ea2b0f9e4dfece40d74
parentc78e259a5fafd889f5945bc2c48fea48cb3ef9d0
Reference qualifiers for *this: implement C++0x [expr.mptr.oper]p6,
the restrictions on .* and ->* for ref-qualified pointer-to-member
functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124294 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExprCXX.cpp
test/CXX/expr/expr.mptr.oper/p6-0x.cpp [new file with mode: 0644]