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.

llvm-svn: 171841
This commit is contained in:
Sean Silva 2013-01-08 04:42:09 +00:00
parent 9a5a6dddf9
commit 3703823b89
1 changed files with 0 additions and 3 deletions

View 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