forked from OSchip/llvm-project
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:
parent
9a5a6dddf9
commit
3703823b89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue