[PATCH] D156518: Fix handling of medial hyphens in Unicode Names.
Timm Bäder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 02:31:45 PDT 2023
tbaeder added inline comments.
================
Comment at: llvm/lib/Support/UnicodeNameToCodepoint.cpp:350
bool DoesStartWith = startsWith(Name, Item.Prefix, Strict, Consummed,
- NameStart, NeedleStart, /*isPrefix*/ true);
+ NameStart, /*IsPrefix*/ true);
if (!DoesStartWith)
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156518/new/
https://reviews.llvm.org/D156518
More information about the llvm-commits
mailing list