Home
last modified time | relevance | path

Searched refs:GlobalReferenceToNonConst (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DAvoidNonConstGlobalVariablesCheck.cpp32 auto GlobalReferenceToNonConst = in registerMatchers() local
41 Finder->addMatcher(GlobalReferenceToNonConst.bind("indirection_to_non-const"), in registerMatchers()