r243901 - Grammar: Don't imply that a program wouldn't want a person as its output.
Douglas Katzman
dougk at google.com
Mon Aug 3 13:41:31 PDT 2015
Author: dougk
Date: Mon Aug 3 15:41:31 2015
New Revision: 243901
URL: http://llvm.org/viewvc/llvm-project?rev=243901&view=rev
Log:
Grammar: Don't imply that a program wouldn't want a person as its output.
(Because, hey, who wouldn't?)
Modified:
cfe/trunk/docs/UsersManual.rst
Modified: cfe/trunk/docs/UsersManual.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.rst?rev=243901&r1=243900&r2=243901&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.rst (original)
+++ cfe/trunk/docs/UsersManual.rst Mon Aug 3 15:41:31 2015
@@ -148,8 +148,8 @@ Formatting of Diagnostics
Clang aims to produce beautiful diagnostics by default, particularly for
new users that first come to Clang. However, different people have
-different preferences, and sometimes Clang is driven by another program
-that wants to parse simple and consistent output, not a person. For
+different preferences, and sometimes Clang is driven not by a human,
+but by a program that wants consistent and easily parsable output. For
these cases, Clang provides a wide range of options to control the exact
output format of the diagnostics that it generates.
More information about the cfe-commits
mailing list