]> granicus.if.org Git - clang/commit
Wired-up the new LLVM diagnostic system into clang diagnostic system.
authorQuentin Colombet <qcolombet@apple.com>
Thu, 6 Feb 2014 18:30:43 +0000 (18:30 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Thu, 6 Feb 2014 18:30:43 +0000 (18:30 +0000)
commit65ad11b062684b7e4fb6877415b4a30386310e83
tree89a5b47fa805fae773f23194a745f179f8ae4dd5
parent704cb95c1f9c7a7ef35953ab9223ba65f7a41ec4
Wired-up the new LLVM diagnostic system into clang diagnostic system.
The approach is similar to the existing inline-asm reporting, just more
general.

<rdar://problem/15886278>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200931 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticCategories.td
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Basic/DiagnosticGroups.td
lib/CodeGen/CodeGenAction.cpp
test/Frontend/backend-diagnostic.c [new file with mode: 0644]