[clang] [OpenMP 5.2] New syntax for 'uses_allocators' clause (PR #157025)

Urvi Rav via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 16 05:40:17 PDT 2025


================
@@ -153,7 +153,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device                       | clause: extended device                                      | :good:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device                       | clause: uses_allocators clause                               | :good:`done`             |                                                                       |
+| device                       | clause: uses_allocators clause                               | :good:`done`             | https://github.com/llvm/llvm-project/pull/157025                      |
----------------
ravurvi20 wrote:

It's just a parsing change for the new `uses_allocator` syntax, no codegen required; works the same way, so keeping it as `done`.

https://github.com/llvm/llvm-project/pull/157025


More information about the cfe-commits mailing list