[PATCH] D57966: [clang-tidy] add camelBackOrCase casing style to readability-identifier-naming to support change to variable naming policy (if adopted)

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 14 06:25:53 PST 2019


JonasToth added inline comments.
Herald added a subscriber: jdoerfert.


================
Comment at: test/clang-tidy/readability-identifier-naming-camelback-or-case.cpp:97
+class aB_def
+// CHECK-MESSAGES: :[[@LINE-1]]:7: warning: invalid case style
+{
----------------
why no test for fixing?


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57966/new/

https://reviews.llvm.org/D57966





More information about the cfe-commits mailing list