[clang] ec5460b - [docs][OpenMP] Claim compound directive handling (#160077)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 22 04:47:55 PDT 2025


Author: Krzysztof Parzyszek
Date: 2025-09-22T06:47:51-05:00
New Revision: ec5460bc7034b351b928d00432273bff9261fc11

URL: https://github.com/llvm/llvm-project/commit/ec5460bc7034b351b928d00432273bff9261fc11
DIFF: https://github.com/llvm/llvm-project/commit/ec5460bc7034b351b928d00432273bff9261fc11.diff

LOG: [docs][OpenMP] Claim compound directive handling (#160077)

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index d80f07bde1dfa..b09bd9ce6ae9a 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -481,7 +481,8 @@ implementation.
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 | transparent clause (hull tasks)                             | :none:`unclaimed`         | :none:`unclaimed`         |                                                                          |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
-| rule-based compound directives                              | :none:`unclaimed`         | :part:`In Progress`       | Testing for Fortran missing                                              |
+| rule-based compound directives                              | :part:`In Progress`       | :part:`In Progress`       | kparzysz                                                                 |
+|                                                             |                           |                           | Testing for Fortran missing                                              |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 | C23, C++23                                                  | :none:`unclaimed`         |                           |                                                                          |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+


        


More information about the cfe-commits mailing list