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.pa...@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
 ^^^^^^^^^^^^

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to