]> granicus.if.org Git - clang/commitdiff
docs: "clang tools" are not a different interface.
authorSean Silva <silvas@purdue.edu>
Tue, 8 Jan 2013 04:42:09 +0000 (04:42 +0000)
committerSean Silva <silvas@purdue.edu>
Tue, 8 Jan 2013 04:42:09 +0000 (04:42 +0000)
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

docs/Tooling.rst

index 190fb5cc3db1a7df1b2ad32d18bb348bb7b42588..25ee21589022cd2ecec21c252ec4cfdd8b68c814 100644 (file)
@@ -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