================
@@ -69,8 +69,7 @@ struct NotLengthExprForStringNode {
           return true;
         }
 
-        if (const auto *OnNode =
-                dyn_cast<Expr>(MemberCallNode->getImplicitObjectArgument())) {
+        if (const auto *OnNode = MemberCallNode->getImplicitObjectArgument()) {
----------------
zwuis wrote:

```suggestion
        if (const Expr *OnNode = MemberCallNode->getImplicitObjectArgument()) {
```


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

Reply via email to