]> granicus.if.org Git - clang/commitdiff
Emphasize that clang-fixit is planned but not yet contributed. I should
authorChandler Carruth <chandlerc@gmail.com>
Tue, 14 Aug 2012 07:36:05 +0000 (07:36 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 14 Aug 2012 07:36:05 +0000 (07:36 +0000)
really just push the initial version....

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161858 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangTools.html

index a8fcff0ba269e58caf5334ffdd28f8f49445654c..0dfdc6a73701a1470c494358d4c49bc74b262b40 100644 (file)
@@ -93,13 +93,13 @@ formats with different flags, suitable for use driving an IDE or editor.</p>
 
 <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>