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.