From: Daniel Jasper Date: Fri, 26 Oct 2012 10:25:13 +0000 (+0000) Subject: Remove clang-fixit from tools page as it is currently not planned as a X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea33b3f5072e450fc1acb43367ece2d54415f7f7;p=clang Remove clang-fixit from tools page as it is currently not planned as a separate tool. Review: http://llvm-reviews.chandlerc.com/D81 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166766 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangTools.html b/docs/ClangTools.html index 0dfdc6a737..4de57bd218 100644 --- a/docs/ClangTools.html +++ b/docs/ClangTools.html @@ -87,22 +87,14 @@ specific functionality.

clang-check

This tool combines the LibTooling framework for running a Clang tool with the -basic Clang diagnostics by syntax checking specific files in a fast, command line -interface. It can also accept flags to re-display the diagnostics in different -formats with different flags, suitable for use driving an IDE or editor.

+basic Clang diagnostics by syntax checking specific files in a fast, command +line interface. It can also accept flags to re-display the diagnostics in +different formats with different flags, suitable for use driving an IDE or +editor. Furthermore, it can be used in fixit-mode to directly apply fixit-hints +offered by clang.

FIXME: Link to user-oriented clang-check documentation.

-

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.

- -

NB: The clang-fixit tool is planned, but not yet implemented.

- -

FIXME: Link to user-oriented clang-fixit documentation.

-

Extra Clang Tools