summaryrefslogtreecommitdiff
path: root/docs/Tooling.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-02 12:49:25 +0000
committerSean Silva <silvas@purdue.edu>2013-01-02 12:49:25 +0000
commit9cc4c39c8b783355ffcb5cf3cb6d7989a067eac1 (patch)
treeaa2c2e00b89e173beaa60042bcc77a1dd3c24d3e /docs/Tooling.rst
parentaaf575bb8f9e2bb6d584d065211393a5c8a6a028 (diff)
downloadclang-9cc4c39c8b783355ffcb5cf3cb6d7989a067eac1.tar.gz
clang-9cc4c39c8b783355ffcb5cf3cb6d7989a067eac1.tar.bz2
clang-9cc4c39c8b783355ffcb5cf3cb6d7989a067eac1.tar.xz
docs: clang-format is coming down the pike, mention it
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Tooling.rst')
-rw-r--r--docs/Tooling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Tooling.rst b/docs/Tooling.rst
index 1e848177d3..b2884b6710 100644
--- a/docs/Tooling.rst
+++ b/docs/Tooling.rst
@@ -94,7 +94,7 @@ Examples of tools we are building or planning as part of the Clang project:
* Syntax checking (:program:`clang-check`)
* Automatic fixing of compile errors (:program:`clang-fixit`)
-* Automatic code formatting
+* Automatic code formatting (:program:`clang-format`)
* Migration tools for new features in new language standards
* Core refactoring tools