Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp42 WarnPointersAsValues(Options.get("WarnPointersAsValues", false)), in ConstCorrectnessCheck()
57 Options.store(Opts, "WarnPointersAsValues", WarnPointersAsValues); in storeOptions()
147 !WarnPointersAsValues) in check()
150 if (VC == VariableCategory::Pointer && !WarnPointersAsValues) in check()
194 if (WarnPointersAsValues && TransformPointersAsValues) { in check()
H A DConstCorrectnessCheck.h46 const bool WarnPointersAsValues; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dconst-correctness.rst111 .. option:: WarnPointersAsValues (default = false)
171 Requires 'WarnPointersAsValues' to be 'true'.