]> granicus.if.org Git - clang/commit
Make a codegen warning a real warning instead of a getCustomDiagID().
authorNico Weber <nicolasweber@gmx.de>
Thu, 29 Jan 2015 06:25:59 +0000 (06:25 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 29 Jan 2015 06:25:59 +0000 (06:25 +0000)
commit3a1dc05037f249b1ceddc02435b1d02c0e3fa077
tree1d6ea90e6df5c17459da5f9358a7ac159ec59ac3
parentf86a3c2715a67bc76a676fc223e3c52ff66c755a
Make a codegen warning a real warning instead of a getCustomDiagID().

Warnings shouldn't use getCustomDiagID(), since then they can't be disabled
via a flag, can't be remapped, etc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227420 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticFrontendKinds.td
lib/CodeGen/CodeGenAction.cpp