================
@@ -222,7 +222,7 @@ class CheckerContext {
                const ProgramPointTag *Tag = nullptr) {
     if (!State)
       State = getState();
-    addTransition(State, generateSink(State, getPredecessor()));
+    generateSink(State, getPredecessor());
----------------
steakhal wrote:

Now that we are here, should we also forward `Tag`?

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

Reply via email to