================ @@ -171,10 +171,24 @@ void UseStartsEndsWithCheck::registerMatchers(MatchFinder *Finder) { hasRHS(lengthExprForStringNode("needle"))))) .bind("expr"), this); + Finder->addMatcher( ---------------- nicovank wrote:
For consistency, let's add the comment describing pattern (and separate from above with one newline): ```suggestion // Case 6: X.substr(0, LEN(Y)) [!=]= Y -> starts_with. Finder->addMatcher( ``` https://github.com/llvm/llvm-project/pull/116033 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits