This is an archive of the discontinued LLVM Phabricator instance.

[clang] Mark CWG562 as N/A
ClosedPublic

Authored by Endill on Apr 4 2023, 11:44 AM.

Details

Reviewers
cor3ntin
shafik
Group Reviewers
Restricted Project
Commits
rG154825bdf6fb: [clang] Mark CWG562 as N/A
Summary

P1787: CWG562 is resolved by defining lookup as occurring from a program point.
Wording: A single search in a scope S for a name N from a program point P finds all declarations that precede P to which any name that is the same as N ([basic.pre]) is bound in S. ([basic.lookup]/2)

Diff Detail

Event Timeline

Endill created this revision.Apr 4 2023, 11:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2023, 11:44 AM
Endill requested review of this revision.Apr 4 2023, 11:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2023, 11:44 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
cor3ntin accepted this revision.Apr 6 2023, 8:38 AM
cor3ntin added a subscriber: cor3ntin.

LGTM

This revision is now accepted and ready to land.Apr 6 2023, 8:38 AM
shafik accepted this revision.Apr 6 2023, 11:11 AM
shafik added a subscriber: shafik.

LGTM

This revision was automatically updated to reflect the committed changes.