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)
commit685dca5b0a89d25b65dad6879d53d3dc356a8114
tree6e0af57734dd556d69eaea346a574ee9706af4a6
parent340b0463e618e99fe666be8c0fd730c23c9e233d
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.

llvm-svn: 193318
clang/include/clang/Driver/Options.td
clang/test/Driver/clang_f_opts.c