From: Alexander Kornienko Date: Mon, 8 Sep 2014 13:30:00 +0000 (+0000) Subject: Add .clang-tidy configuration file to provide LLVM-optimized defaults for X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=b0ef0140bc58a7b201e95831dfac250fcb5afc89 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 --- 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-*'