This is an archive of the discontinued LLVM Phabricator instance.

[clang][CodeGenModule] remove declaration of GetAddrOfConstantString
ClosedPublic

Authored by nickdesaulniers on Jul 24 2023, 3:57 PM.

Details

Summary

It looks like the definition was removed in cd21d541397e but the
declaration was not. Surprisingly (to me), that doesn't seem to produce
any kind of diagnostic.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2023, 3:57 PM
nickdesaulniers requested review of this revision.Jul 24 2023, 3:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2023, 3:57 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Jul 24 2023, 4:15 PM