Emphasize that clang-fixit is planned but not yet contributed. I should

really just push the initial version....

llvm-svn: 161858
This commit is contained in:
Chandler Carruth 2012-08-14 07:36:05 +00:00
parent 2a40418a99
commit ebbc0c93c9

View 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>