This is an archive of the discontinued LLVM Phabricator instance.

[lldb/API] Turn SBCompileUnit::GetIndexForLineEntry into FindLineEntryIndex (NFC)
ClosedPublic

Authored by mib on May 13 2022, 4:50 PM.

Details

Summary

This patch renames the SBCompileUnit::GetIndexForLineEntry api to be
an overload of SBCompileUnit::FindLineEntryIndex

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>

Diff Detail

Event Timeline

mib created this revision.May 13 2022, 4:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 13 2022, 4:50 PM
Herald added a subscriber: arphaman. · View Herald Transcript
mib requested review of this revision.May 13 2022, 4:50 PM
This revision is now accepted and ready to land.May 13 2022, 6:14 PM