[clang] [OpenMP][Docs] Update OpenMP release notes with 'omp scope' (PR #109752)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 23 22:03:25 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: David Pagan (ddpagan)
<details>
<summary>Changes</summary>
Release notes: added 'omp scope' directive to "OpenMP Support" section of "What's New in Clang"
---
Full diff: https://github.com/llvm/llvm-project/pull/109752.diff
1 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+1)
``````````diff
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b47e06cb0c5d68..e511614fcf2451 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -637,6 +637,7 @@ Python Binding Changes
OpenMP Support
--------------
- Added support for 'omp assume' directive.
+- Added support for 'omp scope' directive.
Improvements
^^^^^^^^^^^^
``````````
</details>
https://github.com/llvm/llvm-project/pull/109752
More information about the cfe-commits
mailing list