From: Alexander Kornienko Date: Wed, 29 Oct 2014 17:28:51 +0000 (+0000) Subject: Enable display of compiler diagnostics in clang-tidy. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f268ae0730c567b26894b75e20bff490cf4864db;p=clang 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 --- diff --git a/.clang-tidy b/.clang-tidy index 40b4750229..3186da43d4 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1 +1 @@ -Checks: '-*,llvm-*,misc-*' +Checks: '-*,clang-diagnostic-*,llvm-*,misc-*'