diff options
author | Manman Ren <manman.ren@gmail.com> | 2016-06-28 23:01:49 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2016-06-28 23:01:49 +0000 |
commit | 2b2b1a9200872d64f950ad040a6f479c4297f398 (patch) | |
tree | d19ad2b25d9d655eaba899f5b8f5250a142275bb /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp | |
parent | 82c2290e0f4ec44c56ef61f9db96093df7e8b990 (diff) | |
download | bcm5719-llvm-2b2b1a9200872d64f950ad040a6f479c4297f398.tar.gz bcm5719-llvm-2b2b1a9200872d64f950ad040a6f479c4297f398.zip |
ObjC Class Property: diagnostics when accessing a class property using instance.
When a class property is accessed with an object instance, before this commit,
we try to apply a typo correction of the same property:
property 'c' not found on object of type 'A *'; did you mean 'c'?
With this commit, we correctly emit a diagnostics:
property 'c' is a class property; did you mean to access it with class 'A'?
rdar://26866973
llvm-svn: 274076
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions