We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995627c commit 0acf8bdCopy full SHA for 0acf8bd
1 file changed
lib/checkstl.cpp
@@ -1996,7 +1996,7 @@ static bool isc_strAssignment(const Token* tok)
1996
const Token* strTok = tok->astOperand1();
1997
if (!strTok || !strTok->valueType())
1998
return false;
1999
- return isc_strCall(tok->astOperand2(), strTok->valueType()->container);
+ return isc_strCall(tok->astOperand2(), strTok->valueType()->container);
2000
}
2001
2002
static bool isc_strConstructor(const Token* tok)
0 commit comments