]> granicus.if.org Git - clang/commit
Diagnose attempts to qualify the name of an instance variable or
authorDouglas Gregor <dgregor@apple.com>
Sun, 9 Oct 2011 23:22:49 +0000 (23:22 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 9 Oct 2011 23:22:49 +0000 (23:22 +0000)
commitb5ae92f2f52df88ae14504d3a3f2bddb479829b6
tree3a1cda4bd2b0e3841b853b58833d00beef9e1f9e
parent6d0468b2d3aa37c699b697922cd991ae83b64a87
Diagnose attempts to qualify the name of an instance variable or
property in an Objective-C++ member access expression. Fixes PR9759.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141522 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExprMember.cpp
test/SemaObjCXX/propert-dot-error.mm