[PATCH] D51329: [Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 12 14:53:21 PDT 2019
leonardchan added a comment.
In D51329#1499307 <https://reviews.llvm.org/D51329#1499307>, @mstorsjo wrote:
> This caused a regression when including mingw-w64 headers (in a case where they happen to include redundant/duplicate attribute specifications), triggering asserts. See https://bugs.llvm.org/show_bug.cgi?id=41852 for details.
Thanks for the alert. I submitted r360544 which should address this.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D51329/new/
https://reviews.llvm.org/D51329
More information about the cfe-commits
mailing list