[clang] 106e450 - [OpenMP][Docs] Update OpenMP release notes with 'omp scope' (#109752)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 24 06:16:06 PDT 2024
Author: David Pagan
Date: 2024-09-24T06:16:03-07:00
New Revision: 106e4506ce6084e10353073d8880e2f736b74981
URL: https://github.com/llvm/llvm-project/commit/106e4506ce6084e10353073d8880e2f736b74981
DIFF: https://github.com/llvm/llvm-project/commit/106e4506ce6084e10353073d8880e2f736b74981.diff
LOG: [OpenMP][Docs] Update OpenMP release notes with 'omp scope' (#109752)
Release notes: added 'omp scope' directive to "OpenMP Support" section
of "What's New in Clang"
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
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
^^^^^^^^^^^^
More information about the cfe-commits
mailing list