diff options
author | Pierre Habouzit <phabouzit@apple.com> | 2020-01-14 19:51:08 -0800 |
---|---|---|
committer | Pierre Habouzit <phabouzit@apple.com> | 2020-01-23 22:39:28 -0800 |
commit | 7596d3c50c4b265612d326369e2a015cf8c60801 (patch) | |
tree | 5d0b85a4745f54b67eabb74e1b5879def5fd7556 /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | |
parent | a50567a31c7586bbee11323af603149c947b8d50 (diff) | |
download | llvm-7596d3c50c4b265612d326369e2a015cf8c60801.zip llvm-7596d3c50c4b265612d326369e2a015cf8c60801.tar.gz llvm-7596d3c50c4b265612d326369e2a015cf8c60801.tar.bz2 |
[objc_direct] Allow for direct messages be sent to `self` when it is a Class
Sending a message to `self` when it is const and within a class method
is safe because we know that `self` is the Class itself.
We can only relax this warning in ARC.
Signed-off-by: Pierre Habouzit <phabouzit@apple.com>
Radar-Id: rdar://problem/58581965
Differential Revision: https://reviews.llvm.org/D72747
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
0 files changed, 0 insertions, 0 deletions