rdar://43541814
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Aha, yep, that should have been checked. Returning null state from evalAssume() is the correct thing to do when you want to generate a sink. But you should be careful not to put null state into C.addTransition(), because that won't generate a sink as you might expect.
Comment Actions
This change appears to break test/Analysis/trustnonnullchecker_test.m in non-optimized (OPTIMIZE not defined) mode. Can you take a look?