This is an archive of the discontinued LLVM Phabricator instance.

[clang] Mark CWG554 as N/A
ClosedPublic

Authored by Endill on Dec 1 2022, 11:26 PM.

Details

Reviewers
cor3ntin
aaron.ballman
shafik
Group Reviewers
Restricted Project
Commits
rG6d971cb840db: [clang] Mark CWG554 as N/A
Summary

P1787: CWG554 is resolved by using the word “scope” instead of “declarative region”, consistent with its very common use in phrases like “namespace scope”.

Diff Detail

Event Timeline

Endill created this revision.Dec 1 2022, 11:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2022, 11:26 PM
Endill requested review of this revision.Dec 1 2022, 11:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2022, 11:26 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
cor3ntin accepted this revision.Dec 2 2022, 4:18 AM
cor3ntin added a subscriber: cor3ntin.

LGTM.
There are many editorial issues that ended up as defect reports, you could probably batch many of them in subsequent PR

This revision is now accepted and ready to land.Dec 2 2022, 4:18 AM
Endill added a comment.Dec 2 2022, 4:28 AM

There are many editorial issues that ended up as defect reports, you could probably batch many of them in subsequent PR

Thank you for suggestion. I'm being on a safer side at the moment, because CWG405 raised more questions than I anticipated.
I'll also wait until tomorrow morning (≈18 hours from now) to let everybody interested comment on this, to avoid situations like the one with CWG360 yesterday.

aaron.ballman accepted this revision.Dec 2 2022, 6:46 AM
aaron.ballman added a subscriber: aaron.ballman.

LGTM!

shafik added a subscriber: shafik.Dec 2 2022, 8:43 AM

@aaron.ballman do you think it is worth it to provide a link to p1787 as well? I know you can just goto the issue and see that but it feels helpful. I actually missed this at first b/c I usually goto end of the issue to look for the resolution and was confused.

@aaron.ballman do you think it is worth it to provide a link to p1787 as well? I know you can just goto the issue and see that but it feels helpful. I actually missed this at first b/c I usually goto end of the issue to look for the resolution and was confused.

I'd be okay adding it as a comment in the test file itself, but I'm not certain it helps users all that much on the status page (esp if it's going to be wildly inconsistent as to what entries get a link and what ones don't).

@aaron.ballman do you think it is worth it to provide a link to p1787 as well? I know you can just goto the issue and see that but it feels helpful. I actually missed this at first b/c I usually goto end of the issue to look for the resolution and was confused.

I agree with Aaron about inconsistency, and would like to add that a simple reference to P1787 is akin to pointing to a haystack when one is searching for the needle, especially the wording needle.

Endill added a comment.Dec 3 2022, 2:53 AM

@shafik Would it be fine by you to proceed without changes?

shafik accepted this revision.Dec 5 2022, 10:57 AM

LGTM

This revision was automatically updated to reflect the committed changes.