[Lldb-commits] [PATCH] D15355: Add failure paths to a few JSONNumber members
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 14 05:31:56 PST 2015
tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: include/lldb/Utility/JSON.h:148
@@ -147,3 +147,3 @@
- uint64_t
+ int64_t
GetAsSigned() const;
----------------
Nice catch!
http://reviews.llvm.org/D15355
More information about the lldb-commits
mailing list