Shrink the set of checks enabled by default.
authorAlexander Kornienko <alexfh@google.com>
Wed, 29 Oct 2014 18:25:09 +0000 (18:25 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 29 Oct 2014 18:25:09 +0000 (18:25 +0000)
commit50ab15654e0fa7a60f651bb90023aa5a32a47c94
tree7551d64a02a6de5a134e15c19178df8a25da7444
parent633c814f8fc366658a9abe8686b5525a1cfb160f
Shrink the set of checks enabled by default.

Summary:
Enable only compiler diagnostics and safe static analyzer checks by
default. Let the defaults be conservative and safe for an average project.

Reviewers: djasper

Reviewed By: djasper

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D6027

llvm-svn: 220865
clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp