diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-11-05 21:43:54 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-11-05 21:43:54 +0000 |
commit | 0df9e16cc7a93cbe2f0cb3cb488f89e87c3fe604 (patch) | |
tree | 46408149bed6bc4c151026c946a96360a4fe0810 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0eb87390adef00298a1e296da456305a4bb2cab2 (diff) | |
download | llvm-0df9e16cc7a93cbe2f0cb3cb488f89e87c3fe604.zip llvm-0df9e16cc7a93cbe2f0cb3cb488f89e87c3fe604.tar.gz llvm-0df9e16cc7a93cbe2f0cb3cb488f89e87c3fe604.tar.bz2 |
With this patch -Wwrite-strings is still implemented with the terrible
hack of passing -fconst-strings to -cc1, but at least the driver uses
the regular warning checking code path.
Since we don't support a warning that is DefaultIgnore in one language
but not in another, this patch creates a dummy C only warning in the same
group as the existing one to get the desired effect.
llvm-svn: 194097
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions