erichkeane added inline comments.

================
Comment at: llvm/lib/Support/Unicode.cpp:268
+  // hyphen in most terminals.
+  return Printables.contains(UCS) || UCS == 0x00AD;
+}
----------------
As a nit, this condition might be worth reversing to get the 'fast thing' on 
the LHS of the short-circuit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108469/new/

https://reviews.llvm.org/D108469

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to