We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d33b3e commit a4b7dbcCopy full SHA for a4b7dbc
1 file changed
lib/checkstl.cpp
@@ -2012,7 +2012,7 @@ static bool isc_strConstructor(const Token* tok)
2012
}
2013
if (callTok->astOperand1()->str() == "(")
2014
callTok = callTok->astOperand1();
2015
- else if (tok->astOperand2()->str() == "(")
+ else if (callTok->astOperand2()->str() == "(")
2016
callTok = callTok->astOperand2();
2017
break;
2018
0 commit comments