suoyuan666 wrote: I have shifted the logic from tracing expressions to tracing Origins.
Currently, I only store the `SrcOrigin`, as it will become the `DestOrigin` of the preceding expression. Since the `DestOrigin` of the final expression is simply the `Origin` corresponding to the misused variable, I believe it might be unnecessary to record it. please let me know if I missed anything. https://github.com/llvm/llvm-project/pull/196075 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
