[Lldb-commits] [PATCH] D67896: [LLDB] Add a void* cast when passing object pointers to printf %p
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 23 04:06:52 PDT 2019
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
This looks fine. When you see a pattern like `if(log) { LLDB_LOGF(...) }`, feel free to delete the surrounding `if(log)`. It is no longer necessary, and the reason it is still there is simply because Jonas's vim script wasn't smart enough to delete it in some cases.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67896/new/
https://reviews.llvm.org/D67896
More information about the lldb-commits
mailing list