summaryrefslogtreecommitdiff
path: root/docs/Tooling.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-08 04:42:09 +0000
committerSean Silva <silvas@purdue.edu>2013-01-08 04:42:09 +0000
commit8c19d3944747fc68119c336bcc594030da0655db (patch)
tree8d27d4171bf21028069351abe6784f54ee86d4b7 /docs/Tooling.rst
parentd63b19ea855a66df8c58764604d48497c48829d9 (diff)
downloadclang-8c19d3944747fc68119c336bcc594030da0655db.tar.gz
docs: "clang tools" are not a different interface.
I spotted someone confused about this, so remove the heading to make it clear that they really are a part of Tooling. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Tooling.rst')
-rw-r--r--docs/Tooling.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/Tooling.rst b/docs/Tooling.rst
index 190fb5cc3d..25ee215890 100644
--- a/docs/Tooling.rst
+++ b/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