[Lldb-commits] [PATCH] D13058: LLDB-MI: Bug when evaluating strings containing characters from non-ascii range

Eugene Leviant via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 25 07:58:35 PDT 2015


evgeny777 added inline comments.

================
Comment at: source/API/SBTypeSummary.cpp:290
@@ +289,3 @@
+bool
+SBTypeSummary::DoesPrintValue(const SBValue& value)
+{
----------------
ki.stfu wrote:
> ditto
I used clang-format with style file taken from lldb directory here, but formatting didn't change. So I'm curious what's the problem is


http://reviews.llvm.org/D13058





More information about the lldb-commits mailing list