[Lldb-commits] [PATCH] D119857: [lldb] Don't rely on unsigned integer wrapping in PutRawBytes and PutBytesAsRawHex8

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 15 09:36:48 PST 2022


JDevlieghere added inline comments.


================
Comment at: lldb/source/Utility/Stream.cpp:360
   ByteDelta delta(*this);
+
   if (src_byte_order == eByteOrderInvalid)
----------------
Intentional newline for consistency with `Stream::PutRawBytes` above.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119857/new/

https://reviews.llvm.org/D119857



More information about the lldb-commits mailing list