diff options
author | Eli Bendersky <eliben@google.com> | 2014-01-14 14:29:19 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2014-01-14 14:29:19 +0000 |
commit | aa2e61f3fcc79ebe86f69f1b0db1d9feb05d3b57 (patch) | |
tree | b155f79205fc5b3bde073c41cd115cfc446874da /clang/docs/LibTooling.rst | |
parent | 682a10d4cc324824bced72bdc40d2d8a9dbfaf96 (diff) | |
download | bcm5719-llvm-aa2e61f3fcc79ebe86f69f1b0db1d9feb05d3b57.tar.gz bcm5719-llvm-aa2e61f3fcc79ebe86f69f1b0db1d9feb05d3b57.zip |
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
Diffstat (limited to 'clang/docs/LibTooling.rst')
-rw-r--r-- | clang/docs/LibTooling.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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++ |