summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-01-13 20:53:13 -0800
committerGitHub <noreply@github.com>2025-01-13 20:53:13 -0800
commit35f9d2ac49eb3344f528c5b0c3b75330ade93982 (patch)
tree7568a509785470d1c3896838f3ce7788af9f042f /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
parentffe5cddb68ab84348866b3a3ac727d263b2a44c2 (diff)
[CodeGen] Migrate away from PointerUnion::dyn_cast (NFC) (#122778)
Note that PointerUnion::dyn_cast has been soft deprecated in PointerUnion.h: // FIXME: Replace the uses of is(), get() and dyn_cast() with // isa<T>, cast<T> and the llvm::dyn_cast<T> Literal migration would result in dyn_cast_if_present (see the definition of PointerUnion::dyn_cast), but this patch uses dyn_cast because we expect Prototype.P to be nonnull.
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions