[clang] [Clang] [Parser] Support [[omp::assume]] (PR #84582)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 12 05:16:24 PDT 2024


================
@@ -192,6 +192,8 @@ Removed Compiler Flags
 Attribute Changes in Clang
 --------------------------
 
+- Added support for the `[[omp::assume]]` attribute.
----------------
AaronBallman wrote:

This should probably go under an OpenMP-specific section as it relates more to OpenMP than anything else.

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


More information about the cfe-commits mailing list