Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp143 const char *DiagMsgCatchReference = in diagnoseCatchLocations() local
150 diag(VarDecl->getBeginLoc(), DiagMsgCatchReference); in diagnoseCatchLocations()
152 const char *DiagMsgCatchReference = "catch handler catches by value; " in diagnoseCatchLocations() local
158 diag(VarDecl->getBeginLoc(), DiagMsgCatchReference); in diagnoseCatchLocations()
168 diag(VarDecl->getBeginLoc(), DiagMsgCatchReference); in diagnoseCatchLocations()