]> granicus.if.org Git - clang/commit
Basic/Diagnostics: Split out the default warning "no-Werror" and
authorDaniel Dunbar <daniel@zuster.org>
Thu, 29 Sep 2011 00:34:06 +0000 (00:34 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 29 Sep 2011 00:34:06 +0000 (00:34 +0000)
commit4213df3b5da21ce25a4541ca5c447eeb28b515a3
treee04bf4bbb8eed04bead215e3abbbb3e11c389bf5
parentaa2164cc2aecafb9efbddd72e6f25cea4995b330
Basic/Diagnostics: Split out the default warning "no-Werror" and
"show-in-system-header" bits, which is part of teasing them apart from the
diagnostic mapping kind.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140742 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTDiagnostic.h
include/clang/Analysis/AnalysisDiagnostic.h
include/clang/Basic/Diagnostic.td
include/clang/Basic/DiagnosticIDs.h
include/clang/Driver/DriverDiagnostic.h
include/clang/Frontend/FrontendDiagnostic.h
include/clang/Lex/LexDiagnostic.h
include/clang/Parse/ParseDiagnostic.h
include/clang/Sema/SemaDiagnostic.h
lib/Basic/DiagnosticIDs.cpp