================
@@ -40,40 +41,190 @@ void InefficientStringConcatenationCheck::registerMatchers(
           hasDescendant(BasicStringPlusOperator))
           .bind("plusOperator");
 
+ 
+
+   /*  const auto AssignOperator =
----------------
zeyi2 wrote:

If this code block is not needed, would you please remove it? Same as below

https://github.com/llvm/llvm-project/pull/188430
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to