Add .clang-tidy configuration file to provide LLVM-optimized defaults for
authorAlexander Kornienko <alexfh@google.com>
Mon, 8 Sep 2014 13:30:00 +0000 (13:30 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 8 Sep 2014 13:30:00 +0000 (13:30 +0000)
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

.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-*'