[cfe-commits] r161858 - /cfe/trunk/docs/ClangTools.html

Chandler Carruth chandlerc at gmail.com
Tue Aug 14 00:36:05 PDT 2012


Author: chandlerc
Date: Tue Aug 14 02:36:05 2012
New Revision: 161858

URL: http://llvm.org/viewvc/llvm-project?rev=161858&view=rev
Log:
Emphasize that clang-fixit is planned but not yet contributed. I should
really just push the initial version....

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=161858&r1=161857&r2=161858&view=diff
==============================================================================
--- cfe/trunk/docs/ClangTools.html (original)
+++ cfe/trunk/docs/ClangTools.html Tue Aug 14 02:36:05 2012
@@ -93,13 +93,13 @@
 
 <p>FIXME: Link to user-oriented clang-check documentation.</p>
 
-<h3 id="clang-fixit"><tt>clang-fixit</tt></h3>
+<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>Note that the clang-fixit tool is planned, but not yet implemented.</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>
 





More information about the cfe-commits mailing list