Author: djasper
Date: Fri Oct 26 05:25:13 2012
New Revision: 166766

URL: http://llvm.org/viewvc/llvm-project?rev=166766&view=rev
Log:
Remove clang-fixit from tools page as it is currently not planned as a
separate tool.

Review: http://llvm-reviews.chandlerc.com/D81

Modified:
    cfe/trunk/docs/ClangTools.html

Modified: cfe/trunk/docs/ClangTools.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangTools.html?rev=166766&r1=166765&r2=166766&view=diff
==============================================================================
--- cfe/trunk/docs/ClangTools.html (original)
+++ cfe/trunk/docs/ClangTools.html Fri Oct 26 05:25:13 2012
@@ -87,22 +87,14 @@
 
 <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>
 <!-- ======================================================================= 
-->


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to