[clang-tools-extra] 3e5a4ef - Fix table formatting after D87686

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 16 03:28:14 PDT 2020


Author: Kirill Bobyrev
Date: 2020-09-16T12:27:59+02:00
New Revision: 3e5a4ef51a1d0def10525b2059f5cdab0cb0ae8d

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

LOG: Fix table formatting after D87686

Added: 
    

Modified: 
    clang-tools-extra/docs/clang-tidy/Integrations.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/clang-tidy/Integrations.rst b/clang-tools-extra/docs/clang-tidy/Integrations.rst
index 94851631fe1f6..c81a00deb68ad 100644
--- a/clang-tools-extra/docs/clang-tidy/Integrations.rst
+++ b/clang-tools-extra/docs/clang-tidy/Integrations.rst
@@ -22,7 +22,7 @@ integrations in detail.
 |A.L.E. for Vim                        |         \+\            |               \-\               |           \-\            |                 \-\                     |           \+\            |
 +--------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
 |Clang Power Tools for Visual Studio   |         \-\            |               \+\               |           \-\            |                 \+\                     |           \-\            |
-+-------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
++--------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
 |Clangd                                |         \+\            |               \-\               |           \-\            |                 \+\                     |           \-\            |
 +--------------------------------------+------------------------+---------------------------------+--------------------------+-----------------------------------------+--------------------------+
 |CLion IDE                             |         \+\            |               \+\               |           \+\            |                 \+\                     |           \+\            |


        


More information about the cfe-commits mailing list