Sometimes expression inside switch statement can be invalid, for
example type might be incomplete. In those cases code were causing a null
pointer dereference. This patch fixes that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 24061 Build 24060: arc lint + arc unit
Event Timeline
Comment Actions
Nice!
Can you construct an example and add a simple lit test? rL344133 is a recent similar change.