[llvm-branch-commits] [NFC] [FlowSensitive] [StatusOr] Add tests for pointer receivers (PR #180079)

Jan Voung via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Feb 8 10:05:13 PST 2026


================
@@ -4055,6 +4089,7 @@ TEST_P(UncheckedStatusOrAccessModelTest, PointerReceiversWithSelfReferentials) {
       if (foo->next->sor->status().ok())
         foo->next->sor->value();  // [[unsafe]]
----------------
jvoung wrote:

I think it is this branch that is safe, not the other one?

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


More information about the llvm-branch-commits mailing list