[cfe-commits] r171841 - /cfe/trunk/docs/Tooling.rst

Sean Silva silvas at purdue.edu
Mon Jan 7 20:42:09 PST 2013


Author: silvas
Date: Mon Jan  7 22:42:09 2013
New Revision: 171841

URL: http://llvm.org/viewvc/llvm-project?rev=171841&view=rev
Log:
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.

Modified:
    cfe/trunk/docs/Tooling.rst

Modified: cfe/trunk/docs/Tooling.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Tooling.rst?rev=171841&r1=171840&r2=171841&view=diff
==============================================================================
--- cfe/trunk/docs/Tooling.rst (original)
+++ cfe/trunk/docs/Tooling.rst Mon Jan  7 22:42:09 2013
@@ -82,9 +82,6 @@
 * 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





More information about the cfe-commits mailing list