diff options
author | Ted Kremenek <kremenek@apple.com> | 2012-08-10 20:50:00 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2012-08-10 20:50:00 +0000 |
commit | bb5185c0ca3de4e7d91d011a83c902d7b02a2a1a (patch) | |
tree | e1f25b831412ce1a5c1c47d2b4ef7f80351d85ce /lib/Parse/Parser.cpp | |
parent | 16ba7c8498933781cff103058612e76e8045c798 (diff) |
Fix horrible regression in control of warnings caused by introduction of -Wpedantic.
While -Wpedantic was reasonable, -Wno-pedantic would turn off a bunch of warnings that
are on by default. This counters the intention of this warning flag.
To fix this, -Wpedantic now includes extentions that are not on by default. The
remaining warnings will manifest anyway, and won't accidentally get turned off
by -Wno-pedantic.
Fixes <rdar://problem/12076105>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/Parser.cpp')
0 files changed, 0 insertions, 0 deletions