diff options
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
| -rw-r--r-- | clang/docs/ReleaseNotes.rst | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index add1582..8435f36 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -661,6 +661,7 @@ OpenMP Support    modifier in the ``adjust_args`` clause.  - Allow array length to be omitted in array section subscript expression.  - Fixed non-contiguous strided update in the ``omp target update`` directive with the ``from`` clause. +- Added support for threadset clause in task and taskloop directives.  - Properly handle array section/assumed-size array privatization in C/C++.  - Added support to handle new syntax of the ``uses_allocators`` clause.  - Added support for ``variable-category`` modifier in ``default clause``. | 
