aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-10-30 15:18:21 -0700
committerReid Kleckner <rnk@google.com>2019-10-30 15:20:43 -0700
commit22d41ba024fa08026ebd85ec842712fcf780ca2a (patch)
tree509f4c2f11704d810aeacc9f16a4f2da4a62dd2a /lldb/source/Commands/CommandObjectBreakpointCommand.cpp
parent1c88d662230e79bc2dd2283d753d950c1ad0bed6 (diff)
downloadllvm-22d41ba024fa08026ebd85ec842712fcf780ca2a.zip
llvm-22d41ba024fa08026ebd85ec842712fcf780ca2a.tar.gz
llvm-22d41ba024fa08026ebd85ec842712fcf780ca2a.tar.bz2
Fix -Wsign-compare warning with clang-cl
off_t apparently is just "long" on Win64, which is 32-bits, and therefore not long enough to compare with UINT32_MAX. Use auto to follow the surrounding code. uint64_t would also be fine.
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions