[clang] Notifying assume directive as 'worked on'. (PR #90022)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 24 23:50:39 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: None (SunilKuravinakop)
<details>
<summary>Changes</summary>
Notifying assume directive as 'worked on'. When checked on slack channel, nobody was working on assume directive.
Changes to be committed:
modified: clang/docs/OpenMPSupport.rst
---
Full diff: https://github.com/llvm/llvm-project/pull/90022.diff
1 Files Affected:
- (modified) clang/docs/OpenMPSupport.rst (+3-1)
``````````diff
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index f8146bc365e833..3562872b407bf7 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -310,7 +310,9 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc | dispatch construct and function variant argument adjustment | :part:`worked on` | D99537, D99679 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc | assume and assumes directives | :part:`worked on` | |
+| misc | assumes directives | :part:`worked on` | |
++------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
+| misc | assume directive | :part:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc | nothing directive | :good:`done` | D123286 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
``````````
</details>
https://github.com/llvm/llvm-project/pull/90022
More information about the cfe-commits
mailing list