[Lldb-commits] [PATCH] D28028: Fix a couple of incorrect format strings

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 21 13:42:08 PST 2016


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

Please swift to using the new formatv stuff as this is the main reason Zach made those changes.



================
Comment at: source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:41
 
+#include <cinttypes>
 #include <map>
----------------
Not needed if you use formatv.


https://reviews.llvm.org/D28028





More information about the lldb-commits mailing list