From: Alexander Kornienko Date: Wed, 29 Oct 2014 17:29:38 +0000 (+0000) Subject: Enable display of compiler diagnostics in clang-tidy by default. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=4cb59148f0f2078e6ea0eb76958164a552364ed1;hp=63c2f3292eb39599313d64c639014f4422a28b45;ds=sidebyside 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 --- diff --git a/.clang-tidy b/.clang-tidy index 40b47502295..3186da43d43 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1 +1 @@ -Checks: '-*,llvm-*,misc-*' +Checks: '-*,clang-diagnostic-*,llvm-*,misc-*'