diff options
author | dim <dim@FreeBSD.org> | 2012-12-02 13:20:44 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2012-12-02 13:20:44 +0000 |
commit | 056abd2059c65a3e908193aeae16fad98017437c (patch) | |
tree | 2732d02d7d51218d6eed98ac7fcfc5b8794896b5 /docs/ClangTools.html | |
parent | cc73504950eb7b5dff2dded9bedd67bc36d64641 (diff) | |
download | FreeBSD-src-056abd2059c65a3e908193aeae16fad98017437c.zip FreeBSD-src-056abd2059c65a3e908193aeae16fad98017437c.tar.gz |
Vendor import of clang release_32 branch r168974 (effectively, 3.2 RC2):
http://llvm.org/svn/llvm-project/cfe/branches/release_32@168974
Diffstat (limited to 'docs/ClangTools.html')
-rw-r--r-- | docs/ClangTools.html | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/docs/ClangTools.html b/docs/ClangTools.html index 0dfdc6a..4de57bd 100644 --- a/docs/ClangTools.html +++ b/docs/ClangTools.html @@ -87,22 +87,14 @@ specific functionality.</p> <h3 id="clang-check"><tt>clang-check</tt></h3> <p>This tool combines the LibTooling framework for running a Clang tool with the -basic Clang diagnostics by syntax checking specific files in a fast, command line -interface. It can also accept flags to re-display the diagnostics in different -formats with different flags, suitable for use driving an IDE or editor.</p> +basic Clang diagnostics by syntax checking specific files in a fast, command +line interface. It can also accept flags to re-display the diagnostics in +different formats with different flags, suitable for use driving an IDE or +editor. Furthermore, it can be used in fixit-mode to directly apply fixit-hints +offered by clang.</p> <p>FIXME: Link to user-oriented clang-check documentation.</p> -<h3 id="clang-fixit"><tt>clang-fixit</tt> (Not yet implemented!)</h3> -<p>A tool which specifically applies the Clang fix-it hint diagnostic technology -on top of a dedicated tool. It is designed to explore alternative interfaces for -applying fix-it hints, including automatic application, prompting users with -options for different fixes, etc.</p> - -<p><b>NB:</b> The clang-fixit tool is planned, but not yet implemented.</p> - -<p>FIXME: Link to user-oriented clang-fixit documentation.</p> - <!-- ======================================================================= --> <h2 id="registerplugin">Extra Clang Tools</h2> <!-- ======================================================================= --> |