summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2016-06-28 23:01:49 +0000
committerManman Ren <manman.ren@gmail.com>2016-06-28 23:01:49 +0000
commit2b2b1a9200872d64f950ad040a6f479c4297f398 (patch)
treed19ad2b25d9d655eaba899f5b8f5250a142275bb /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
parent82c2290e0f4ec44c56ef61f9db96093df7e8b990 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud