Skip to content

[OpenMP][Docs] Update OpenMP release notes with 'omp scope' #109752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

ddpagan
Copy link
Contributor

@ddpagan ddpagan commented Sep 24, 2024

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

Release notes: added 'omp scope' directive to "OpenMP Support" section
of "What's New in Clang"
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Sep 24, 2024
@llvmbot
Copy link
Member

llvmbot commented Sep 24, 2024

@llvm/pr-subscribers-clang

Author: David Pagan (ddpagan)

Changes

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 --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
 ^^^^^^^^^^^^

Copy link
Member

@alexey-bataev alexey-bataev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@ddpagan ddpagan merged commit 106e450 into llvm:main Sep 24, 2024
11 checks passed
@ddpagan ddpagan deleted the scope_rel_notes branch September 24, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants