This is an archive of the discontinued LLVM Phabricator instance.

[CGObjCGNU] Rename GetSelector helper method to fix -Woverloaded-virtual warning (PR38210)
ClosedPublic

Authored by RKSimon on Aug 8 2018, 6:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.Aug 8 2018, 6:52 AM

Thanks, this warning is really annoying.

theraven accepted this revision.Aug 8 2018, 8:38 AM

Looks good to me. This method should probably take a StringRef rather than a const std::string&, but I can make that change separately.

This revision is now accepted and ready to land.Aug 8 2018, 8:38 AM
This revision was automatically updated to reflect the committed changes.