diff options
| author | Daniel Jasper <djasper@google.com> | 2012-10-26 10:25:13 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2012-10-26 10:25:13 +0000 |
| commit | 89cf9370bffc779289de321d9b6c9960ef214470 (patch) | |
| tree | 5ea0b24337dfcde0f2e601ad2e70589d48e406cb | |
| parent | 89206b62145b22f72b384479e4bdab761730e88d (diff) | |
| download | bcm5719-llvm-89cf9370bffc779289de321d9b6c9960ef214470.tar.gz bcm5719-llvm-89cf9370bffc779289de321d9b6c9960ef214470.zip | |
Remove clang-fixit from tools page as it is currently not planned as a
separate tool.
Review: http://llvm-reviews.chandlerc.com/D81
llvm-svn: 166766
| -rw-r--r-- | clang/docs/ClangTools.html | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/clang/docs/ClangTools.html b/clang/docs/ClangTools.html index 0dfdc6a7370..4de57bd2185 100644 --- a/clang/docs/ClangTools.html +++ b/clang/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> <!-- ======================================================================= --> |

