JDevlieghere accepted this revision.
JDevlieghere added inline comments.
================
Comment at: lldb/source/DataFormatters/FormatManager.cpp:950
+ RegularExpression any_size_char_arr(llvm::StringRef("char \\[[0-9]+\\]"));
+#if 0 // FIXME: unused:
+ RegularExpression any_size_wchar_arr(llvm::StringRef("wchar_t
\\[[0-9]+\\]"));
----------------
I'd just remove this
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66398/new/
https://reviews.llvm.org/D66398
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits