[Lldb-commits] [PATCH] D20188: Turn on LLDB_EDITLINE_USE_WCHAR on NetBSD

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Wed May 11 18:15:33 PDT 2016


emaste added inline comments.

================
Comment at: include/lldb/Host/Editline.h:33
@@ -31,3 +32,3 @@
 // components needed to handle wide characters ( <codecvt>, codecvt_utf8, libedit built with '--enable-widec' )
-// are not consistenly available on non-OSX platforms.  The wchar_t versions of libedit functions will only be
+// are available on OSX and NetBSD. The wchar_t versions of libedit functions will only be
 // used in cases where this is true.  This is a compile time dependecy, for now selected per target Platform
----------------
Perhaps just `some platforms`? It doesn't make sense to repeat the list of `#if defined` conditions in the comment.



Repository:
  rL LLVM

http://reviews.llvm.org/D20188





More information about the lldb-commits mailing list