From aa2e61f3fcc79ebe86f69f1b0db1d9feb05d3b57 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 14 Jan 2014 14:29:19 +0000 Subject: Clarify the LibTooling.rst a bit The ClangCheck tool has changed and no longer is exactly equivalent to the code pasted in the doc. llvm-svn: 199215 --- clang/docs/LibTooling.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/docs/LibTooling.rst') diff --git a/clang/docs/LibTooling.rst b/clang/docs/LibTooling.rst index 63d38b519ad..d8432af6207 100644 --- a/clang/docs/LibTooling.rst +++ b/clang/docs/LibTooling.rst @@ -104,8 +104,8 @@ our ``FrontendAction`` over some code. For example, to run the 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++ -- cgit v1.2.3