This is an archive of the discontinued LLVM Phabricator instance.

Avoid isImplicit call on object which could be nullptr
ClosedPublic

Authored by steveire on Dec 15 2020, 11:17 AM.

Details

Summary

A callExpr whose argument is dependent has a null getCalleeDecl().

Diff Detail

Event Timeline

steveire requested review of this revision.Dec 15 2020, 11:17 AM
steveire created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 15 2020, 11:17 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Dec 15 2020, 11:23 AM

Good catch, LGTM!

This revision is now accepted and ready to land.Dec 15 2020, 11:23 AM
This revision was landed with ongoing or failed builds.Dec 15 2020, 3:27 PM
This revision was automatically updated to reflect the committed changes.