mirror of
https://github.com/intel/llvm.git
synced 2026-02-09 01:52:26 +08:00
This adds support for multiple attributes in `#pragma clang attribute push`, for example: ``` ``` or ``` ``` Related attributes can now be applied with a single pragma, which makes it harder for developers to make an accidental error later when editing the code. rdar://78269653 Differential Revision: https://reviews.llvm.org/D121283
See llvm/docs/README.txt