llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.24k stars 11.66k forks source link

`StaticConstant` classification for `readability-indetifier-naming` does not appear to get resolved #55705

Open KazNX opened 2 years ago

KazNX commented 2 years ago

Hi,

I've made a pretty exhaustive experiment for working out how Clang-tidy resolves its naming classfications and found that StaticConstant does not appear to be effected. From reading the code I identified where I thought it should be resolved, but empirically could not find any identifiers which uses this classification.

See https://github.com/KazNX/clang-tidy-naming/blob/main/ClangTidyNaming.cpp for details, search for StaticContant.

llvmbot commented 2 years ago

@llvm/issue-subscribers-clang-tidy