[cfe-commits] r171380 - /cfe/trunk/docs/Tooling.rst

Sean Silva silvas at purdue.edu
Wed Jan 2 04:49:26 PST 2013


Author: silvas
Date: Wed Jan  2 06:49:25 2013
New Revision: 171380

URL: http://llvm.org/viewvc/llvm-project?rev=171380&view=rev
Log:
docs: clang-format is coming down the pike, mention it

Modified:
    cfe/trunk/docs/Tooling.rst

Modified: cfe/trunk/docs/Tooling.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Tooling.rst?rev=171380&r1=171379&r2=171380&view=diff
==============================================================================
--- cfe/trunk/docs/Tooling.rst (original)
+++ cfe/trunk/docs/Tooling.rst Wed Jan  2 06:49:25 2013
@@ -94,7 +94,7 @@
 
 * 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
 





More information about the cfe-commits mailing list