clang-tools 17.0.0git
|
Implements the heuristic that marks two parameters related if different ReturnStmts return them from the function. More...
Public Member Functions | |
void | setup (const FunctionDecl *FD) |
bool | operator() (const ParmVarDecl *Param1, const ParmVarDecl *Param2) const |
Implements the heuristic that marks two parameters related if different ReturnStmts return them from the function.
Definition at line 1722 of file EasilySwappableParametersCheck.cpp.
|
inline |
Definition at line 1745 of file EasilySwappableParametersCheck.cpp.
|
inline |
Definition at line 1726 of file EasilySwappableParametersCheck.cpp.
Referenced by clang::tidy::bugprone::filter::SimilarlyUsedParameterPairSuppressor::SimilarlyUsedParameterPairSuppressor().