DEBADRIBASAK wrote: After the multi-origin PR (https://github.com/llvm/llvm-project/pull/168344) the origins are tracked as lists and for tracking missing origin, only the `ExprToList` map is checked.
The new output for Demangle.cpp is: ``` *** LifetimeSafety Missing Origin per QualType: (QualType : count) : value_type : 1 char * : 3 *** LifetimeSafety Missing Origin per StmtClassName: (StmtClassName : count) : BinaryOperator : 3 UnaryOperator : 1 Total missing origins: 4 ``` https://github.com/llvm/llvm-project/pull/166568 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
