[cfe-commits] r171377 - /cfe/trunk/docs/Tooling.rst
Sean Silva
silvas at purdue.edu
Wed Jan 2 04:40:16 PST 2013
Author: silvas
Date: Wed Jan 2 06:40:15 2013
New Revision: 171377
URL: http://llvm.org/viewvc/llvm-project?rev=171377&view=rev
Log:
docs: Change title.
The core of this page is a set of pros/cons for the different ways to
use clang as a library. The title should reflect that the page helps you
choose between alternatives.
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=171377&r1=171376&r2=171377&view=diff
==============================================================================
--- cfe/trunk/docs/Tooling.rst (original)
+++ cfe/trunk/docs/Tooling.rst Wed Jan 2 06:40:15 2013
@@ -1,6 +1,6 @@
-===================
-Writing Clang Tools
-===================
+=================================================
+Choosing the Right Interface for Your Application
+=================================================
Clang provides infrastructure to write tools that need syntactic and semantic
information about a program. This document will give a short introduction of
More information about the cfe-commits
mailing list