clang-tools 20.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 1723 of file EasilySwappableParametersCheck.cpp.
|
inline |
Definition at line 1746 of file EasilySwappableParametersCheck.cpp.
|
inline |
Definition at line 1727 of file EasilySwappableParametersCheck.cpp.
Referenced by clang::tidy::bugprone::filter::SimilarlyUsedParameterPairSuppressor::SimilarlyUsedParameterPairSuppressor().