[llvm] r220863 - Enable display of compiler diagnostics in clang-tidy by default.
Alexander Kornienko
alexfh at google.com
Wed Oct 29 10:29:38 PDT 2014
Author: alexfh
Date: Wed Oct 29 12:29:38 2014
New Revision: 220863
URL: http://llvm.org/viewvc/llvm-project?rev=220863&view=rev
Log:
Enable display of compiler diagnostics in clang-tidy by default.
Modified:
llvm/trunk/.clang-tidy
Modified: llvm/trunk/.clang-tidy
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.clang-tidy?rev=220863&r1=220862&r2=220863&view=diff
==============================================================================
--- llvm/trunk/.clang-tidy (original)
+++ llvm/trunk/.clang-tidy Wed Oct 29 12:29:38 2014
@@ -1 +1 @@
-Checks: '-*,llvm-*,misc-*'
+Checks: '-*,clang-diagnostic-*,llvm-*,misc-*'
More information about the llvm-commits
mailing list