This is an archive of the discontinued LLVM Phabricator instance.

[clang] [WIP] Reject C++ 11 attributes appertaining to the wrong entity type.
AbandonedPublic

Authored by mboehme on Apr 20 2022, 3:51 AM.

Details

Summary

Note: This is an "alternative considered" to my preferred solution at https://reviews.llvm.org/D124919

DRAFT -- do not review.

Depends On D111548

Diff Detail

Event Timeline

mboehme created this revision.Apr 20 2022, 3:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Apr 20 2022, 3:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme retitled this revision from [clang] [draft] Reject C++ 11 attributes appertaining to the wrong entity type. to [clang] [WIP] Reject C++ 11 attributes appertaining to the wrong entity type..Apr 20 2022, 6:08 AM
mboehme edited the summary of this revision. (Show Details)May 4 2022, 6:05 AM
mboehme abandoned this revision.May 25 2022, 7:23 AM

It appears that we're converging on the approach in https://reviews.llvm.org/D126061, so I'm abandoning this change.