summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/docs/Tooling.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/docs/Tooling.rst b/clang/docs/Tooling.rst
index 190fb5cc3db..25ee2158902 100644
--- a/clang/docs/Tooling.rst
+++ b/clang/docs/Tooling.rst
@@ -82,9 +82,6 @@ Do not use LibTooling when you...:
* want high level abstractions like cursors and code completion out of the box
* do not want to write your tools in C++
-Clang Tools
------------
-
:doc:`Clang tools <ClangTools>` are a collection of specific developer tools
built on top of the LibTooling infrastructure as part of the Clang project.
They are targeted at automating and improving core development activities of
OpenPOWER on IntegriCloud