This is an archive of the discontinued LLVM Phabricator instance.

[NFC][CLANG] Fix nullptr dereference issue in CodeGenModule::​GetConstantArrayFromStringLiteral()
ClosedPublic

Authored by Manna on May 25 2023, 11:34 AM.

Details

Diff Detail

Event Timeline

Manna created this revision.May 25 2023, 11:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 11:34 AM
Manna requested review of this revision.May 25 2023, 11:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 11:34 AM
erichkeane accepted this revision.May 25 2023, 11:40 AM
This revision is now accepted and ready to land.May 25 2023, 11:40 AM

Thank you @erichkeane for reviews!