Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp24 WarnOnLargeObject(Options.get("WarnOnLargeObject", false)), in ThrowByValueCatchByReferenceCheck()
38 Options.store(Opts, "WarnOnLargeObjects", WarnOnLargeObject); in storeOptions()
159 } else if (WarnOnLargeObject) { in diagnoseCatchLocations()
H A DThrowByValueCatchByReferenceCheck.h47 const bool WarnOnLargeObject; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dthrow-by-value-catch-by-reference.rst39 .. option:: WarnOnLargeObject
50 warning. Only applicable if :option:`WarnOnLargeObject` is set to `true`. If