Skip to content

Commit f948b16

Browse files
committed
feedback
1 parent de9d062 commit f948b16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang-tools-extra/clang-tidy/modernize/UseStartsEndsWithCheck.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct NotLengthExprForStringNode {
7272
};
7373

7474
static bool isNegativeComparison(const Expr *ComparisonExpr) {
75-
// Handle direct != operator
7675
if (const auto *BO = llvm::dyn_cast<BinaryOperator>(ComparisonExpr)) {
7776
return BO->getOpcode() == BO_NE;
7877
}

0 commit comments

Comments
 (0)