See https://discourse.llvm.org/t/top-level-clang-tidy-options-and-variablename-suggestion-on-codingstandards/58783 :
the variable naming related top-level readability-identifier-naming options
do not reflect the truth.
{llvm,clang,clang-tools-extra,polly,bolt} use CamelCase but most
other top-level projects use camelBack or disable
readability-identifier-naming (clang). It makes more sense to push down the
related options to llvm, clang-tools-extra, bolt.
Note: clang/ has explicitly disabled readability-identifier-naming.