r199215 - Clarify the LibTooling.rst a bit
Eli Bendersky
eliben at google.com
Tue Jan 14 06:29:19 PST 2014
Author: eliben
Date: Tue Jan 14 08:29:19 2014
New Revision: 199215
URL: http://llvm.org/viewvc/llvm-project?rev=199215&view=rev
Log:
Clarify the LibTooling.rst a bit
The ClangCheck tool has changed and no longer is exactly equivalent to the
code pasted in the doc.
Modified:
cfe/trunk/docs/LibTooling.rst
Modified: cfe/trunk/docs/LibTooling.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibTooling.rst?rev=199215&r1=199214&r2=199215&view=diff
==============================================================================
--- cfe/trunk/docs/LibTooling.rst (original)
+++ cfe/trunk/docs/LibTooling.rst Tue Jan 14 08:29:19 2014
@@ -104,8 +104,8 @@ our ``FrontendAction`` over some code.
Putting it together --- the first tool
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Now we combine the two previous steps into our first real tool. This example
-tool is also checked into the clang tree at
+Now we combine the two previous steps into our first real tool. A more advanced
+version of this example tool is also checked into the clang tree at
``tools/clang-check/ClangCheck.cpp``.
.. code-block:: c++
More information about the cfe-commits
mailing list