From: Manuel Klimek Date: Thu, 24 May 2012 17:09:10 +0000 (+0000) Subject: Updates the tooling docs with the links to the tutorials and X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fe1e1fcc50e93b35852d3f06caca1785a4458c2;p=clang Updates the tooling docs with the links to the tutorials and adds the menu include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157397 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Tooling.html b/docs/Tooling.html index 340abf6893..96558d24ec 100644 --- a/docs/Tooling.html +++ b/docs/Tooling.html @@ -7,6 +7,9 @@ + + +

Writing Clang Tools

@@ -40,7 +43,7 @@ AST. -

Clang Plugins

+

Clang Plugins

Clang Plugins allow you to run additional actions on the AST as part of @@ -67,7 +70,7 @@ the compiler, and they're easy to integrate into your build environment.

-

LibTooling

+

LibTooling

LibTooling is a C++ interface aimed at writing standalone tools, as well as