[PATCH] D80836: Support GCC [[gnu::attributes]] in C2x mode
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 1 06:55:54 PDT 2020
aaron.ballman added a comment.
In D80836#2064181 <https://reviews.llvm.org/D80836#2064181>, @erichkeane wrote:
> 1 more question, how did you arrive at the 'not supported in C' list? Did you find some GCC docs for that (if so, please put in the commit message)? Or did you just try them all?
There's a documented list, and I'll add it to the commit message (though the format of the link makes me wonder how stable it will be): https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/C_002b_002b-Attributes.html#C_002b_002b-Attributes
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80836/new/
https://reviews.llvm.org/D80836
More information about the cfe-commits
mailing list