From b76810fa9446546eafc83d9447242ba2d1a575b0 Mon Sep 17 00:00:00 2001 From: Manuel Klimek Date: Thu, 24 May 2012 17:09:10 +0000 Subject: [PATCH] Updates the tooling docs with the links to the tutorials and adds the menu include. llvm-svn: 157397 --- clang/docs/Tooling.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clang/docs/Tooling.html b/clang/docs/Tooling.html index 340abf6..96558d2 100644 --- a/clang/docs/Tooling.html +++ b/clang/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 -- 2.7.4