Home
last modified time | relevance | path

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

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