Skip to content

Commit a3d7c71

Browse files
.clang-tidy: correct style name is 'camelBack' not 'lowerCase'.
Summary: clang-tidy doesn't like to complain. Differential Revision: https://reviews.llvm.org/D24413 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281370 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ec4f2a0 commit a3d7c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CheckOptions:
55
- key: readability-identifier-naming.EnumCase
66
value: CamelCase
77
- key: readability-identifier-naming.FunctionCase
8-
value: lowerCase
8+
value: camelBack
99
- key: readability-identifier-naming.MemberCase
1010
value: CamelCase
1111
- key: readability-identifier-naming.ParameterCase

0 commit comments

Comments
 (0)