[PATCH] D108469: Improve handling of static assert messages.

Tom Honermann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 14:33:41 PDT 2022


tahonermann added a comment.
Herald added a reviewer: NoQ.

I missed my opportunity to review while being on vacation last week. I reviewed to keep myself informed; spotted a typo.



================
Comment at: llvm/lib/Support/Unicode.cpp:272
+/// Unicode code points of the Cf category are considered
+/// fornatting characters.
+bool isFormatting(int UCS) {
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108469



More information about the llvm-commits mailing list