r217366 - Add .clang-tidy configuration file to provide LLVM-optimized defaults for clang-tidy.
Alexander Kornienko
alexfh at google.com
Mon Sep 8 06:33:33 PDT 2014
Author: alexfh
Date: Mon Sep 8 08:33:32 2014
New Revision: 217366
URL: http://llvm.org/viewvc/llvm-project?rev=217366&view=rev
Log:
Add .clang-tidy configuration file to provide LLVM-optimized defaults for clang-tidy.
Reviewers: chandlerc, djasper, alexfh
Reviewed By: alexfh
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D5237
Added:
cfe/trunk/.clang-tidy
Added: cfe/trunk/.clang-tidy
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/.clang-tidy?rev=217366&view=auto
==============================================================================
--- cfe/trunk/.clang-tidy (added)
+++ cfe/trunk/.clang-tidy Mon Sep 8 08:33:32 2014
@@ -0,0 +1 @@
+Checks: '-*,llvm-*,misc-*'
More information about the cfe-commits
mailing list