Add .clang-tidy configuration file to provide LLVM-optimized defaults for clang-tidy.

Reviewers: chandlerc, djasper, alexfh

Reviewed By: alexfh

Subscribers: cfe-commits

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

llvm-svn: 217366
This commit is contained in:
Alexander Kornienko 2014-09-08 13:33:32 +00:00
parent 0ed151a1ca
commit 9e3f269bd0
1 changed files with 1 additions and 0 deletions

1
clang/.clang-tidy Normal file
View File

@ -0,0 +1 @@
Checks: '-*,llvm-*,misc-*'