This is an archive of the discontinued LLVM Phabricator instance.

Corrected A Command
ClosedPublic

Authored by ps-19 on Apr 1 2022, 11:26 PM.

Diff Detail

Event Timeline

ps-19 created this revision.Apr 1 2022, 11:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2022, 11:26 PM
Herald added a subscriber: pengfei. · View Herald Transcript
ps-19 requested review of this revision.Apr 1 2022, 11:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2022, 11:26 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ps-19 retitled this revision from Correct Command to Corrected A Command.Apr 2 2022, 12:09 AM
ps-19 added a comment.Apr 2 2022, 1:04 AM

I seriously can not understand why x64_Debian build if failing for every patch.

clang/test/CodeGen/c-unicode.c
5

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.

ps-19 added a comment.Apr 2 2022, 1:04 AM

I seriously can not understand why x64_Debian build if failing for every patch.

I have ran clang-format command for every patch even multiple times.

Thanks for the typo fix!

clang/test/CodeGen/c-unicode.c
5

Given that the test is called c-unicode.c, I imagine it's intentional.

mypatch.patch
1

This seems like an unrelated change; can you remove it from this patch please?

ps-19 updated this revision to Diff 420104.Apr 3 2022, 11:11 PM
ps-19 marked 2 inline comments as done.Apr 4 2022, 8:16 AM

Can anyone please review the patch?

clang/test/CodeGen/c-unicode.c
5

Yes i too was thinking the same.

aaron.ballman accepted this revision.Apr 4 2022, 8:22 AM

Can anyone please review the patch?

FYI: please only ping the patch after about a week has gone by with no review (https://llvm.org/docs/CodeReview.html#lgtm-how-a-patch-is-accepted). Reviewers get to reviews as we're able to, but it's quite common for there to be a few days between reviews.

That said, the changes here LGTM (though I can't fathom why this was a CodeGen test to begin with -- it looks like it should have been a Parser or Sema test and using -verify)

This revision is now accepted and ready to land.Apr 4 2022, 8:22 AM

Can anyone please review the patch?

FYI: please only ping the patch after about a week has gone by with no review (https://llvm.org/docs/CodeReview.html#lgtm-how-a-patch-is-accepted). Reviewers get to reviews as we're able to, but it's quite common for there to be a few days between reviews.

That said, the changes here LGTM (though I can't fathom why this was a CodeGen test to begin with -- it looks like it should have been a Parser or Sema test and using -verify)

Oops, forgot to ask -- what name and email address would you like for patch attribution?

ps-19 marked an inline comment as done.Apr 4 2022, 8:28 AM

Priyansh Singh
priyansh.singh100@gmail.com

aaron.ballman closed this revision.Apr 4 2022, 8:33 AM

Priyansh Singh
priyansh.singh100@gmail.com

Thanks! I've landed on your behalf in aa19500a4c3a66058078f88b3a7dd7a9ad30be12.