================
@@ -239,6 +239,10 @@ void FactsGenerator::VisitUnaryOperator(const
UnaryOperator *UO) {
// origin of this UnaryOperator expression.
killAndFlowOrigin(*UO, *SubExpr);
}
+ if (UO->getOpcode() == UO_Deref) {
----------------
ymand wrote:
Nit: move to a switch now that you have 2 cases.
https://github.com/llvm/llvm-project/pull/170006
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits