.clang-tidy: correct style name is 'camelBack' not 'lowerCase'.
authorMike Aizatsky <aizatsky@chromium.org>
Tue, 13 Sep 2016 19:04:26 +0000 (19:04 +0000)
committerMike Aizatsky <aizatsky@chromium.org>
Tue, 13 Sep 2016 19:04:26 +0000 (19:04 +0000)
Summary: clang-tidy doesn't like to complain.

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

llvm-svn: 281370

llvm/.clang-tidy

index 53a5a7e..2cfcc2a 100644 (file)
@@ -5,7 +5,7 @@ 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