[Lldb-commits] [PATCH] D11371: Support escapes and quotes in string and character values.

Ilia K ki.stfu at gmail.com
Tue Jul 21 01:01:09 PDT 2015


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

Looks good apart 1 inline comment in tests.


================
Comment at: test/tools/lldb-mi/variable/main.cpp:63-65
@@ -63,3 +63,4 @@
     const char16_t u16a[] = u"hello";
     const char32_t *u32p = U"hello";
     const char32_t u32a[] = U"hello";
+    
----------------
please replace these strings with your improved strings (lines 67-72).


http://reviews.llvm.org/D11371







More information about the lldb-commits mailing list