Teach Clang to recognize and ignore GCC's -fdiagnostics-show-location
authorChandler Carruth <chandlerc@gmail.com>
Thu, 24 Oct 2013 09:17:35 +0000 (09:17 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 24 Oct 2013 09:17:35 +0000 (09:17 +0000)
commit6e40ca5ca48ce5862716c1b64509d068ae067246
tree7472a41e91b852444efee831134bca2323310468
parentee0cd37fe4a9f4e2ee73ae34cf93c410cb299a82
Teach Clang to recognize and ignore GCC's -fdiagnostics-show-location
flag. We should probably wire at least some variants of this up to our
actual diagnostics engine, but I'm leaving that for someone else. This
fixes the builds of packages which hard code something here, at least
including libstdc++ itself.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193318 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
test/Driver/clang_f_opts.c