You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Clang] Prevent null pointer dereference in TransformUnaryTransformType() (#97912)
Summary:
This patch adds null check after TransformType call to avoid
dereferencing a null pointer when calling getType().
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: https://phabricator.intern.facebook.com/D60251429
0 commit comments