[PATCH] D57966: [clang-tidy] add camelBackOrCase casing style to readability-identifier-naming to support change to variable naming policy (if adopted)
Eugene Zelenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 8 13:49:06 PST 2019
Eugene.Zelenko added inline comments.
================
Comment at: docs/clang-tidy/checks/readability-identifier-naming.rst:30
+``camelBackOrCase`` allows for both `camelBack` or `CamelCase` cased
+identifiers to be used to match prior LLVM code style
----------------
Please fix double space.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57966/new/
https://reviews.llvm.org/D57966
More information about the llvm-commits
mailing list