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)
commit6cf2df29e7026a6387cde2b752e2486a691dff8a
tree3465f2b28a95d8b0c15988d6811bcb628a5f328c
parent9a435729b4b7d94a8c126f4c186da1a202f05b9a
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.

llvm-svn: 227420
clang/include/clang/Basic/DiagnosticFrontendKinds.td
clang/lib/CodeGen/CodeGenAction.cpp