summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2014-09-08 13:30:00 +0000
committerAlexander Kornienko <alexfh@google.com>2014-09-08 13:30:00 +0000
commitb0ef0140bc58a7b201e95831dfac250fcb5afc89 (patch)
tree34da88c0be24affcc251c7bb19c9c0781f295211 /.clang-tidy
parent27ebc7c2f519b08b973d90242277c334bd9fcbff (diff)
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
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644
index 00000000000..40b47502295
--- /dev/null
+++ b/.clang-tidy
@@ -0,0 +1 @@
+Checks: '-*,llvm-*,misc-*'