Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DStringConstructorCheck.cpp48 WarnOnLargeLength(Options.get("WarnOnLargeLength", true)), in StringConstructorCheck()
54 Options.store(Opts, "WarnOnLargeLength", WarnOnLargeLength); in storeOptions()
161 if (WarnOnLargeLength) in check()
H A DStringConstructorCheck.h34 const bool WarnOnLargeLength; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dstring-constructor.rst39 .. option:: WarnOnLargeLength