[PATCH] D51507: Allow all supportable attributes to be used with #pragma clang attribute.

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 30 14:18:32 PDT 2018


rsmith created this revision.
rsmith added reviewers: aaron.ballman, arphaman.

We previously disallowed use of undocumented attributes with #pragma clang
attribute, but the justification for doing so was weak and it prevented many
reasonable use cases.


Repository:
  rC Clang

https://reviews.llvm.org/D51507

Files:
  include/clang/Basic/Attr.td
  test/Misc/pragma-attribute-supported-attributes-list.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51507.163407.patch
Type: text/x-patch
Size: 41037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180830/f0da2373/attachment-0001.bin>


More information about the cfe-commits mailing list