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

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 19 08:06:39 PDT 2018


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: alexfh.
ilya-biryukov added a subscriber: simark.
ilya-biryukov added a comment.

Found by @simark while working on https://reviews.llvm.org/D44272.


LLVM .clang_tidy seems to be more up-to-date.


Repository:
  rC Clang

https://reviews.llvm.org/D44628

Files:
  .clang-tidy


Index: .clang-tidy
===================================================================
--- .clang-tidy
+++ .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.138931.patch
Type: text/x-patch
Size: 744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180319/e85b0e96/attachment.bin>


More information about the cfe-commits mailing list