Enable display of compiler diagnostics in clang-tidy by default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220863 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alexander Kornienko 2014-10-29 17:29:38 +00:00
parent 63c2f3292e
commit 4cb59148f0
1 changed files with 1 additions and 1 deletions

View File

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