[OpenCL][Docs] Fixed malformed table in OpenCLSupport

 Tags: #clang
diff --git a/clang/docs/OpenCLSupport.rst b/clang/docs/OpenCLSupport.rst
index 9c17bd8..7e5bb41 100644
--- a/clang/docs/OpenCLSupport.rst
+++ b/clang/docs/OpenCLSupport.rst
@@ -67,40 +67,39 @@
 The following table provides an overview of features in OpenCL C 3.0 and their
 implementation status. 
 
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Category                     | Feature                                                      | Status               | Reviews                                                                       |
-+==============================+==============================================================+======================+=======================    ====================================================+
-| Command line interface       | New value for ``-cl-std`` flag                               | :good:`done`         | https://reviews.llvm.o    rg/D88300                                           |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Predefined macros            | New version macro                                            | :good:`done`         | https://reviews.llvm.o    rg/D88300                                           |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Predefined macros            | Feature macros                                               | :part:`worked on`    | https://reviews.llvm.o    rg/D89869                                           |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Generic address space                                        | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Builtin function overloads with generic address space        | :part:`worked on`    | https://reviews.llvm.o    rg/D92004                                           |
-
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Program scope variables in global memory                     | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | 3D image writes including builtin functions                  | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | read_write images including builtin functions                | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | C11 atomics memory scopes, ordering and builtin function     | :part:`worked on`    | https://reviews.llvm.o    rg/D92004 (functions only)                          |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Device-side kernel enqueue including builtin functions       | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Pipes including builtin functions                            | :part:`worked on`    | https://reviews.llvm.o    rg/D92004 (functions only)                          |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Work group collective functions                              | :part:`worked on`    | https://reviews.llvm.o    rg/D92004                                           |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| New functionality            | RGBA vector components                                       | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| New functionality            | Subgroup functions                                           | :part:`worked on`    | https://reviews.llvm.o    rg/D92004                                           |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| New functionality            | Atomic mem scopes: subgroup, all devices including functions | :part:`worked on`    | https://reviews.llvm.o    rg/D92004 (functions only)                          |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Category                     | Feature                                                      | Status               | Reviews                                                                   |
++==============================+==============================================================+======================+===========================================================================+
+| Command line interface       | New value for ``-cl-std`` flag                               | :good:`done`         | https://reviews.llvm.org/D88300                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Predefined macros            | New version macro                                            | :good:`done`         | https://reviews.llvm.org/D88300                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Predefined macros            | Feature macros                                               | :part:`worked on`    | https://reviews.llvm.org/D89869                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Generic address space                                        | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Builtin function overloads with generic address space        | :part:`worked on`    | https://reviews.llvm.org/D92004                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Program scope variables in global memory                     | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | 3D image writes including builtin functions                  | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | read_write images including builtin functions                | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | C11 atomics memory scopes, ordering and builtin function     | :part:`worked on`    | https://reviews.llvm.org/D92004 (functions only)                          |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Device-side kernel enqueue including builtin functions       | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Pipes including builtin functions                            | :part:`worked on`    | https://reviews.llvm.org/D92004 (functions only)                          |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Work group collective functions                              | :part:`worked on`    | https://reviews.llvm.org/D92004                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| New functionality            | RGBA vector components                                       | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| New functionality            | Subgroup functions                                           | :part:`worked on`    | https://reviews.llvm.org/D92004                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| New functionality            | Atomic mem scopes: subgroup, all devices including functions | :part:`worked on`    | https://reviews.llvm.org/D92004 (functions only)                          |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
 
 .. _opencl_experimenal: