[PATCH] D126061: [clang] Reject non-declaration C++11 attributes on declarations
Martin Böhme via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 23 22:34:05 PDT 2022
mboehme added a comment.
In D126061#3605276 <https://reviews.llvm.org/D126061#3605276>, @miyuki wrote:
> Hi Martin,
>
> I think this patch caused a regression in diagnostics. Clang used to warn about the following code:
[snip]
> And now it doesn't. Could you please have a look into it?
Thanks for alerting me to this! I'll investigate and will submit a fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126061/new/
https://reviews.llvm.org/D126061
More information about the cfe-commits
mailing list