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

clang-tidy.

Reviewers: chandlerc, djasper

Reviewed By: djasper

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alexander Kornienko 2014-09-08 13:30:00 +00:00
parent 27ebc7c2f5
commit b0ef0140bc

1
.clang-tidy Normal file
View File

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