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

Simon Marchi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 19 08:48:31 PDT 2018


simark requested changes to this revision.
simark added inline comments.
This revision now requires changes to proceed.


================
Comment at: .clang-tidy:8
   - key:             readability-identifier-naming.FunctionCase
-    value:           lowerCase
+    value:           camelBack
+  - key:             readability-identifier-naming.MemberCase
----------------
In practice, don't we use `CamelCase` for functions?


Repository:
  rC Clang

https://reviews.llvm.org/D44628





More information about the cfe-commits mailing list