forked from OSchip/llvm-project
Grammar: Don't imply that a program wouldn't want a person as its output.
(Because, hey, who wouldn't?) llvm-svn: 243901
This commit is contained in:
parent
87adb7a2e2
commit
1e7bf36f45
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue