Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp43 TransformValues(Options.get("TransformValues", true)), in ConstCorrectnessCheck()
59 Options.store(Opts, "TransformValues", TransformValues); in storeOptions()
177 if (VC == VariableCategory::Value && TransformValues) { in check()
H A DConstCorrectnessCheck.h48 const bool TransformValues; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dconst-correctness.rst126 .. option:: TransformValues (default = true)