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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits