[cfe-commits] r172008 - /cfe/trunk/docs/ClangTools.rst
Dmitri Gribenko
gribozavr at gmail.com
Wed Jan 9 14:22:51 PST 2013
Author: gribozavr
Date: Wed Jan 9 16:22:51 2013
New Revision: 172008
URL: http://llvm.org/viewvc/llvm-project?rev=172008&view=rev
Log:
ClangTools.rst: spelling and formatting
Modified:
cfe/trunk/docs/ClangTools.rst
Modified: cfe/trunk/docs/ClangTools.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangTools.rst?rev=172008&r1=172007&r2=172008&view=diff
==============================================================================
--- cfe/trunk/docs/ClangTools.rst (original)
+++ cfe/trunk/docs/ClangTools.rst Wed Jan 9 16:22:51 2013
@@ -86,9 +86,9 @@
Clang-format is both a :doc:`library <LibFormat>` and a :doc:`stand-alone tool
<ClangFormat>` with the goal of automatically reformatting C++ sources files
-according to configurable style guides. To do so, clang-format users Clang's
-Lexer to transform an input file into a token stream and then changes all the
-whitespace around those tokens. The goal is for clang-format to both serve
+according to configurable style guides. To do so, clang-format uses Clang's
+``Lexer`` to transform an input file into a token stream and then changes all
+the whitespace around those tokens. The goal is for clang-format to both serve
both as a user tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed during a
renaming.
More information about the cfe-commits
mailing list