summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2019-10-23 07:38:52 -0700
committerAkira Hatanaka <ahatanaka@apple.com>2019-10-24 13:08:50 -0700
commit31b752cbf0db5a022ec21a9db5bd217c46f5cf4a (patch)
tree76618234e9e11eeeff15dbf2052776316a4356dc /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parenta5376f6322132e3b0664de55348f6bbba1fabd00 (diff)
[ObjC][ARC] Check whether the return and parameter types of the old and
new functions are compatible before upgrading a function call to an intrinsic call. Sometimes users insert calls to ARC runtime functions that are not compatible with the corresponding intrinsic functions (for example, 'i8* @objc_storeStrong' instead of 'void @objc_storeStrong'). Don't upgrade those calls. rdar://problem/56447127
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions