Skip to content

Commit 5e51acf

Browse files
Update checkstl.cpp
1 parent f2a4eb8 commit 5e51acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkstl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ static bool isc_strCall(const Token* tok, const Library::Container* container)
19861986

19871987
static bool isc_strConcat(const Token* tok)
19881988
{
1989-
if (!tok->isBinaryOp() || !Token::Match(tok, "+|+="))
1989+
if (!tok->isBinaryOp() || !Token::Match(tok, "+|+="))
19901990
return false;
19911991
for (const Token* op : { tok->astOperand1(), tok->astOperand2() }) { // NOLINT(readability-use-anyofallof)
19921992
if (tok->isAssignmentOp() && astIsLHS(op))

0 commit comments

Comments
 (0)