From: Chandler Carruth
Date: Tue, 14 Aug 2012 07:36:05 +0000 (+0000)
Subject: Emphasize that clang-fixit is planned but not yet contributed. I should
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2372ffcdf4d313817ec6f83b66685661477b9fb9;p=clang
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
---
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.
FIXME: Link to user-oriented clang-check documentation.
-clang-fixit
+clang-fixit (Not yet implemented!)
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.
-Note that the clang-fixit tool is planned, but not yet implemented.
+NB: The clang-fixit tool is planned, but not yet implemented.
FIXME: Link to user-oriented clang-fixit documentation.