Note: This is an "alternative considered" to my preferred solution at https://reviews.llvm.org/D124919
DRAFT -- do not review.
Depends On D111548
Paths
| Differential D124083
[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 Timelinemboehme 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 Comment Actions It appears that we're converging on the approach in https://reviews.llvm.org/D126061, so I'm abandoning this change.
Revision Contents
Diff 423862 clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Parse/Parser.h
clang/include/clang/Sema/ParsedAttr.h
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/ParseDeclCXX.cpp
clang/lib/Parse/ParseExprCXX.cpp
clang/lib/Parse/ParseObjc.cpp
clang/lib/Parse/ParseOpenMP.cpp
clang/lib/Parse/ParsePragma.cpp
clang/lib/Parse/ParseStmt.cpp
clang/lib/Parse/ParseTemplate.cpp
clang/lib/Parse/Parser.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/lib/Sema/SemaStmtAttr.cpp
clang/test/Sema/annotate-type.c
clang/test/SemaCXX/annotate-type.cpp
clang/utils/TableGen/ClangAttrEmitter.cpp
|