[clang] [OpenMP][Docs] Update OpenMP release notes with 'omp scope' (PR #109752)

David Pagan via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 23 22:02:51 PDT 2024


https://github.com/ddpagan created https://github.com/llvm/llvm-project/pull/109752

Release notes: added 'omp scope' directive to "OpenMP Support" section of "What's New in Clang"

>From 6ded6531f20d4f2a8eee5e0263d2ff87da17e8d8 Mon Sep 17 00:00:00 2001
From: Dave Pagan <dave.pagan at amd.com>
Date: Mon, 23 Sep 2024 23:57:25 -0500
Subject: [PATCH] [OpenMP][Docs] Update OpenMP release notes with 'omp scope'

Release notes: added 'omp scope' directive to "OpenMP Support" section
of "What's New in Clang"
---
 clang/docs/ReleaseNotes.rst | 1 +
 1 file changed, 1 insertion(+)

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