summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2016-01-13 05:59:13 +0000
committerMichael Gottesman <mgottesman@apple.com>2016-01-13 05:59:13 +0000
commite9a1c31ebf8d33ac378bb37fe3d3bc0b2051b173 (patch)
treebe6a9d173e78bef36813e7266861fe6f3862650b /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parentd2d8ffd7582be8454f0719d6640e73461c734811 (diff)
Fix PointerIntPair so that it can use an enum class as its integer template argument.
Summary: The problem here is that an enum class can not be implicitly converted to an integer. That assumption snuck back into PointerIntPair. This commit fixes the issue and more importantly adds some unittests to make sure that we do not break this again. rdar://23594806 Reviewers: gribozavr Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D16131 llvm-svn: 257574
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions