[PATCH] Move generic isPrint and columnWidth implementations to a separate header/source to allow using both generic and system-dependent versions on win32.
Manuel Klimek
klimek at google.com
Mon Sep 2 00:54:12 PDT 2013
================
Comment at: lib/Support/Locale.cpp:18
@@ +17,3 @@
+#if LLVM_ON_WIN32
+ return ' ' <= UCS && UCS <= '~';
+#else
----------------
I think this could need a comment. Why ~? I assume it's some limitations of a win32 terminal?
http://llvm-reviews.chandlerc.com/D1559
More information about the llvm-commits
mailing list