Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 8c19d39

Browse files
committed
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
1 parent d63b19e commit 8c19d39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/Tooling.rst

-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ Do not use LibTooling when you...:
8282
* want high level abstractions like cursors and code completion out of the box
8383
* do not want to write your tools in C++
8484

85-
Clang Tools
86-
-----------
87-
8885
:doc:`Clang tools <ClangTools>` are a collection of specific developer tools
8986
built on top of the LibTooling infrastructure as part of the Clang project.
9087
They are targeted at automating and improving core development activities of

0 commit comments

Comments
 (0)