Enable display of compiler diagnostics in clang-tidy by default.
authorAlexander Kornienko <alexfh@google.com>
Wed, 29 Oct 2014 17:29:38 +0000 (17:29 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 29 Oct 2014 17:29:38 +0000 (17:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220863 91177308-0d34-0410-b5e6-96231b3b80d8

.clang-tidy

index 40b47502295a9f43b373ce4c50ec9a9ae0572456..3186da43d43db4f5f61cf830b613232a62ac8954 100644 (file)
@@ -1 +1 @@
-Checks: '-*,llvm-*,misc-*'
+Checks: '-*,clang-diagnostic-*,llvm-*,misc-*'