This is an archive of the discontinued LLVM Phabricator instance.

[llvm-diff] Constify APIs so that there aren't conflicts
ClosedPublic

Authored by void on Jun 22 2021, 9:08 AM.

Details

Summary

Some APIs work with const variables while others don't. This can cause
conflicts when calling one from the other.

This is NFC.

Diff Detail

Event Timeline

void requested review of this revision.Jun 22 2021, 9:08 AM
void created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2021, 9:08 AM
void accepted this revision.Jun 22 2021, 9:13 AM
This revision is now accepted and ready to land.Jun 22 2021, 9:13 AM
This revision was landed with ongoing or failed builds.Jun 22 2021, 9:17 AM
This revision was automatically updated to reflect the committed changes.