"Use more ArrayRefs" Change-Id: Ied0ab11dd9366b3f499100b2627f4919cca52c9c
This commit is contained in:
@@ -79,7 +79,7 @@ std::string niceName(const CXXMethodDecl* functionDecl)
|
||||
+ "::" + functionDecl->getNameAsString()
|
||||
+ "(";
|
||||
bool bFirst = true;
|
||||
for (const ParmVarDecl *pParmVarDecl : functionDecl->params()) {
|
||||
for (const ParmVarDecl *pParmVarDecl : compat::parameters(*functionDecl)) {
|
||||
if (bFirst)
|
||||
bFirst = false;
|
||||
else
|
||||
|
Reference in New Issue
Block a user