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 | fff5ed4b555cacf88939cca920c5e70dbb38f896 (patch) | |
tree | 911b6e104d867b06effe6ecb91601e80ac275c62 /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | 163855f46d4a226239e05dd90b0ee9542fed9406 (diff) | |
download | llvm-fff5ed4b555cacf88939cca920c5e70dbb38f896.zip llvm-fff5ed4b555cacf88939cca920c5e70dbb38f896.tar.gz llvm-fff5ed4b555cacf88939cca920c5e70dbb38f896.tar.bz2 |
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;
^
llvm-svn: 96365
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions