[PATCH] D121283: [Clang] Support multiple attributes in a single pragma
Egor Zhdan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 17 12:21:15 PDT 2022
egorzhdan updated this revision to Diff 416279.
egorzhdan added a comment.
- Fix off-by-one error in fix-it generation logic: the last SubjectMatchRule
(`SubjectMatchRule_variable_not_is_parameter`) was not handled properly
- Add a test for this
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121283/new/
https://reviews.llvm.org/D121283
Files:
clang/docs/LanguageExtensions.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/AttrSubjectMatchRules.h
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/ParsePragma.cpp
clang/test/AST/pragma-multiple-attributes-declspec.cpp
clang/test/AST/pragma-multiple-attributes.cpp
clang/test/FixIt/fixit-pragma-attribute.c
clang/test/FixIt/fixit-pragma-attribute.cpp
clang/test/Parser/pragma-attribute-declspec.cpp
clang/test/Parser/pragma-attribute.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121283.416279.patch
Type: text/x-patch
Size: 20312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220317/815df35a/attachment-0001.bin>
More information about the cfe-commits
mailing list