Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp170 bool ShouldHaveConditionVariables = true; in check() local
174 ShouldHaveConditionVariables = false; in check()
187 if (ShouldHaveConditionVariables && CondVarNames.empty()) in check()