Backport changes from llvm/.clang_tidy to clang/.clang_tidy configs
authorIlya Biryukov <ibiryukov@google.com>
Tue, 20 Mar 2018 14:39:12 +0000 (14:39 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Tue, 20 Mar 2018 14:39:12 +0000 (14:39 +0000)
Summary: LLVM .clang_tidy seems to be more up-to-date.

Reviewers: alexfh, simark

Reviewed By: alexfh

Subscribers: simark, cfe-commits

Differential Revision: https://reviews.llvm.org/D44628

llvm-svn: 327984

clang/.clang-tidy

index d10f688..2cfcc2a 100644 (file)
@@ -5,8 +5,13 @@ CheckOptions:
   - key:             readability-identifier-naming.EnumCase
     value:           CamelCase
   - key:             readability-identifier-naming.FunctionCase
-    value:           lowerCase
+    value:           camelBack
+  - key:             readability-identifier-naming.MemberCase
+    value:           CamelCase
+  - key:             readability-identifier-naming.ParameterCase
+    value:           CamelCase
   - key:             readability-identifier-naming.UnionCase
     value:           CamelCase
   - key:             readability-identifier-naming.VariableCase
     value:           CamelCase
+