[PATCH] D44628: Backport changes from llvm/.clang_tidy to clang/.clang_tidy configs

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 20 07:41:50 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Revision".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL327984: Backport changes from llvm/.clang_tidy to clang/.clang_tidy configs (authored by ibiryukov, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D44628

Files:
  cfe/trunk/.clang-tidy


Index: cfe/trunk/.clang-tidy
===================================================================
--- cfe/trunk/.clang-tidy
+++ cfe/trunk/.clang-tidy
@@ -5,8 +5,13 @@
   - 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
+


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44628.139122.patch
Type: text/x-patch
Size: 774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180320/4265e647/attachment.bin>


More information about the cfe-commits mailing list