[clang] [Clang][C++23] Implement P1774R8: Portable assumptions (PR #81014)

via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 8 10:17:46 PST 2024


Sirraide wrote:

@erichkeane @AaronBallman Do we want to figure out what to do wrt OpenMP’s `assume` attribute before we merge this, or do we want to decide on that after this is merged? Currently, only `[[assume]]` is treated as the standard attribute, and `[[clang::assume]]` or `__attribute__((assume))` are the OpenMP one.

https://github.com/llvm/llvm-project/pull/81014


More information about the cfe-commits mailing list