add the ability to associate 'category' names with clang diagnostics
authorChris Lattner <sabre@nondot.org>
Tue, 4 May 2010 20:44:23 +0000 (20:44 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 4 May 2010 20:44:23 +0000 (20:44 +0000)
commitaf1465b17bf9980867a718b76dfbb1fd9ed17420
tree53dc1d59fe6224e9ff1695cadeceaba235634853
parent94cc6d3a2b0a424527edcddd1875ed649e8b84f0
add the ability to associate 'category' names with clang diagnostics
and diagnostic groups.  This allows the compiler to group
diagnostics together (e.g. "Logic Warning",
"Format String Warning", etc) like the static analyzer does.
This is not exposed through anything in the compiler yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103050 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/ClangDiagnosticsEmitter.cpp