diff options
| author | Joshua Haberman <jhaberman@gmail.com> | 2021-03-22 13:56:26 -0700 |
|---|---|---|
| committer | Richard Smith <richard@metafoo.co.uk> | 2021-03-22 14:13:42 -0700 |
| commit | c3134d7c44f1059889dfee698dff415f7c2e1620 (patch) | |
| tree | 4f2c7ddb0ce4f81b977aa2acb1e72e2aa051c291 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 7e18cd887cd402e3d5465c57c218079e4df65231 (diff) | |
[clang] Replaced some manual pointer tagging with llvm::PointerIntPair.
There is no functional change here (hence no new tests). The only change
is to replace a couple uintptr_t members with llvm::PointerIntPair<> to
clean up the code, making it more readable and less error prone.
This cleanup highlighted that the old code was effectively casting away
const. This is fixed by changing some function signatures.
Reviewed By: rsmith
Differential Revision: https://reviews.llvm.org/D98889
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
