summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp
diff options
context:
space:
mode:
authorshafik <syaghmour@apple.com>2019-12-05 09:28:08 -0800
committershafik <syaghmour@apple.com>2019-12-05 10:03:53 -0800
commitfffd70291e124efc4a5bd475dccfc41cbc4bca8a (patch)
treec4ae742441f5f3ec6fc4a90a18d5e82cd2171d21 /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp
parentef7267def69f9416b53388a5b5ea612bed9573d9 (diff)
downloadbcm5719-llvm-fffd70291e124efc4a5bd475dccfc41cbc4bca8a.tar.gz
bcm5719-llvm-fffd70291e124efc4a5bd475dccfc41cbc4bca8a.zip
[LLDB] Replacing use of ul suffix in GetMaxU64Bitfield since it not guarenteed to be 64 bit
GetMaxU64Bitfield(...) uses the ul suffix but we require a 64 bit unsigned integer and ul could be 32 bit. So this replacing it with a explicit cast and refactors the code around it to use an early exit. Differential Revision: https://reviews.llvm.org/D70992
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud