diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-08-14 07:36:05 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-08-14 07:36:05 +0000 |
commit | 2372ffcdf4d313817ec6f83b66685661477b9fb9 (patch) | |
tree | 8221943922359285d58e0457862f4cf624463c24 | |
parent | ec2d7b71c7f7c68fc146aebc4253cf855366f921 (diff) |
Emphasize that clang-fixit is planned but not yet contributed. I should
really just push the initial version....
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161858 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ClangTools.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ClangTools.html b/docs/ClangTools.html index a8fcff0ba2..0dfdc6a737 100644 --- a/docs/ClangTools.html +++ b/docs/ClangTools.html @@ -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> |