[PATCH] D121283: [Clang] Support multiple attributes in a single pragma

Egor Zhdan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 14 12:58:49 PDT 2022


egorzhdan added a comment.

In D121283#3379225 <https://reviews.llvm.org/D121283#3379225>, @aaron.ballman wrote:

> As a thought experiment, would it make sense to lift the restriction on the number of attributes allowed in a pragma, but not allow multiple attribute specifiers?

I think this is reasonable, and as you've mentioned, it also leaves the opportunity to extend this syntax later should the need arise.
I will adjust this patch shortly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121283/new/

https://reviews.llvm.org/D121283



More information about the cfe-commits mailing list