1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-21 18:22:53 +01:00

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

llvm-svn: 217365
This commit is contained in:
Alexander Kornienko 2014-09-08 13:30:00 +00:00
parent da49f703af
commit 2528e8b93a

1
.clang-tidy Normal file
View File

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