This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Warn when a nil subscript is used on NSDictionary, as that crashes at runtime
AbandonedPublic

Authored by george.karpenkov on Jul 31 2018, 2:17 PM.

Details

Reviewers
dcoughlin
NoQ

Diff Detail

Event Timeline

george.karpenkov abandoned this revision.Jul 31 2018, 3:52 PM

Actually, turns out this is not valid, and I got confused. The getter does not crash.

My mistake, sorry about that!