]> granicus.if.org Git - clang/commitdiff
Add .clang-tidy configuration file to provide LLVM-optimized defaults for clang-tidy.
authorAlexander Kornienko <alexfh@google.com>
Mon, 8 Sep 2014 13:33:32 +0000 (13:33 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 8 Sep 2014 13:33:32 +0000 (13:33 +0000)
Reviewers: chandlerc, djasper, alexfh

Reviewed By: alexfh

Subscribers: cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217366 91177308-0d34-0410-b5e6-96231b3b80d8

.clang-tidy [new file with mode: 0644]

diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644 (file)
index 0000000..40b4750
--- /dev/null
@@ -0,0 +1 @@
+Checks: '-*,llvm-*,misc-*'