[clang] [analyzer] Variant checker bindings (PR #87886)

via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 8 09:10:48 PDT 2024


================
@@ -2261,6 +2261,8 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred,
       Bldr.takeNodes(Pred);
       const auto *C = cast<CastExpr>(S);
       ExplodedNodeSet dstExpr;
+      // Point of interes: maybe my cast somehow will not get visited or will
----------------
NagyDonat wrote:

```suggestion
      // Point of interest: maybe my cast somehow will not get visited or will
```
Just a typo.

https://github.com/llvm/llvm-project/pull/87886


More information about the cfe-commits mailing list