[PATCH] D37436: Initial implementation of C attributes (WG14 N2137)

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 13 05:26:37 PDT 2017


aaron.ballman added a comment.

In https://reviews.llvm.org/D37436#869462, @hfinkel wrote:

> I think that I misunderstood your concern. Let me see if I can summarize your position: You believe that, when GCC implements this syntax in C, they will audit their attributes and not support all of their existing `gnu::` attributes in C. You only want us to support these when we know what that list will be (which we don't yet). Is that correct?


Yes, that is correct.


https://reviews.llvm.org/D37436





More information about the cfe-commits mailing list