[PATCH] D123447: [Clang] Fix unknown type attributes diagnosed twice with [[]] spelling
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 12 04:47:27 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
I did some minor changes to the release note, but otherwise LGTM!
================
Comment at: clang/docs/ReleaseNotes.rst:116-117
This fixes Issue `Issue 53488 <https://github.com/llvm/llvm-project/issues/53488>`_.
+- Unknown attributes with [[]] spelling now will only be warned once.
+ This fixes Issue `Issue 54817 <https://github.com/llvm/llvm-project/issues/54817>`_.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123447/new/
https://reviews.llvm.org/D123447
More information about the cfe-commits
mailing list