Switch the LLVM error reporting on the new diagnostic system.
authorQuentin Colombet <qcolombet@apple.com>
Sat, 22 Feb 2014 00:34:11 +0000 (00:34 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Sat, 22 Feb 2014 00:34:11 +0000 (00:34 +0000)
commit341149ae85564f1c101f7bf5a6f93b9b5bd58583
treecc43641e4afe220ef457f88ddc247e41500f6010
parent8048c44580056994eb0f2804e2914badc8fbef43
Switch the LLVM error reporting on the new diagnostic system.
The LLVM diagnostic are now wired-up in clang (since r200931),
thus the user experience will not be impacted by this change
anymore.

Related to <rdar://problem/15886697>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201915 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/LLVMContext.cpp