Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp48 static const char WarnOnUnfixableStr[] = "WarnOnUnfixable"; variable
155 WarnOnUnfixable(Options.get(WarnOnUnfixableStr, true)), in ElseAfterReturnCheck()
160 Options.store(Opts, WarnOnUnfixableStr, WarnOnUnfixable); in storeOptions()