[PATCH] D122965: Corrected A Command

Priyansh Singh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 4 08:16:37 PDT 2022


ps-19 marked 2 inline comments as done.
ps-19 added a comment.

Can anyone please review the patch?



================
Comment at: clang/test/CodeGen/c-unicode.c:5
 int \uaccess = 0;
 // ALLOWED: "곎ss":
 // ALLOWED-NOT: "\uaccess":
----------------
smeenai wrote:
> ps-19 wrote:
> > Comment Line No: 5 is // ALLOWED: "곎ss": i think "곎ss" in istake here, according to google it is written in korean and i can not understand it's meaning, but it should be made more concise and readable for more user.
> Given that the test is called `c-unicode.c`, I imagine it's intentional.
Yes i too was thinking the same.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122965



More information about the cfe-commits mailing list