]> granicus.if.org Git - clang/commitdiff
Grammar: Don't imply that a program wouldn't want a person as its output.
authorDouglas Katzman <dougk@google.com>
Mon, 3 Aug 2015 20:41:31 +0000 (20:41 +0000)
committerDouglas Katzman <dougk@google.com>
Mon, 3 Aug 2015 20:41:31 +0000 (20:41 +0000)
(Because, hey, who wouldn't?)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243901 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.rst

index 53d7286e265861c7dc64ed5de4b6c0735a0ba0a4..842538ca44eef216b1e0c75de628b5e0eac3f61b 100644 (file)
@@ -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.