diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-16 18:29:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-16 18:29:31 +0000 |
commit | 8d2ea4ea7b28ee4eed97182bf7866ef918d20813 (patch) | |
tree | a9f58e3b72c8acdcc13258e8b7367dbc055ab0c9 /lib/CodeGen/CodeGenFunction.h | |
parent | f0122fe49329cb439d55a6712bfcaad9a6570428 (diff) |
when a diagnostic is an extension and has no other -W flag,
indicate that it was enabled with -pedantic so people know
why they're getting them:
$ printf "int x;" | clang -xc - -pedantic
<stdin>:1:7: warning: no newline at end of file [-pedantic]
int x;
^
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions