[PATCH] D30009: Add support for '#pragma clang attribute'

Hal Finkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 15 17:45:30 PST 2017


hfinkel added a comment.

I don't understand why it only supports some attributes. Is there some handling that needs to take place (I don't see anything obvious in this patch)? If most attributes will "just work", I'd much rather opt-out the few exceptions (which we can then explicitly document), if any, than using this opt-in solution.


Repository:
  rL LLVM

https://reviews.llvm.org/D30009





More information about the cfe-commits mailing list