From ebbc0c93c913cd29719543b5a3a556d6c60db9c3 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 14 Aug 2012 07:36:05 +0000 Subject: [PATCH] Emphasize that clang-fixit is planned but not yet contributed. I should really just push the initial version.... llvm-svn: 161858 --- clang/docs/ClangTools.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/docs/ClangTools.html b/clang/docs/ClangTools.html index a8fcff0ba269..0dfdc6a73701 100644 --- a/clang/docs/ClangTools.html +++ b/clang/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.