This fixes test/Analysis/trustnonnullchecker_test.m in Debug mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 23428 Build 23427: arc lint + arc unit
Event Timeline
Comment Actions
This should have been fixed by D52848.
This is a very important fundamental assertion, we definitely should not remove it.
Comment Actions
Hmm, wait, right, i might have an idea of what's going on. I think we need to revert.
Comment Actions
And, of course, we'll need to change __OPTIMIZE__ to NDEBUG.
Also thanks for reporting the problem!