cor3ntin added inline comments.

================
Comment at: llvm/utils/UnicodeData/UnicodeNameMappingGenerator.cpp:100
+    for (auto ChIt = Name.begin(); ChIt != Name.end();
+         ChIt += IsBeforeMedial ? 3 : 1) {
+      char Ch = *ChIt;
----------------
aaron.ballman wrote:
> Parens here might be a kindness to folks who don't keep precedence rules in 
> their head very well. ;-)
you are not wrong, I added parens!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156518

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

Reply via email to