]> granicus.if.org Git - clang/commit
Add --suppress-system-warnings (on by default, use =0 to disable)
authorDaniel Dunbar <daniel@zuster.org>
Fri, 12 Sep 2008 18:10:20 +0000 (18:10 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 12 Sep 2008 18:10:20 +0000 (18:10 +0000)
commit2fe0997427d92388e66e7573f4b043e7ba285ef0
tree4bd997baeb9b15f973a2b4e5b0a43e675a209697
parentf1d80f12bb49a42098dfb1966a032c0951da30f4
Add --suppress-system-warnings (on by default, use =0 to disable)
 - For investigating warnings in system headers / builtins.
 - Currently also enables the behavior that allows silent redefinition
   of types in system headers. Conceptually these are separate but I
   didn't feel it was worth two options (or changing LangOptions).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56163 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/clang.cpp
include/clang/Basic/Diagnostic.h
lib/Basic/Diagnostic.cpp
lib/Sema/SemaDecl.cpp