Enable display of compiler diagnostics in clang-tidy.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220862 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alexander Kornienko 2014-10-29 17:28:51 +00:00
parent 3e3ac8a0fa
commit f268ae0730
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Checks: '-*,llvm-*,misc-*'
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*'