This is an archive of the discontinued LLVM Phabricator instance.

[clang] [libIndex] Remove unused 'RefD' parameter of IndexingContext::handleReference()
ClosedPublic

Authored by nridge on Jul 28 2023, 1:07 AM.

Diff Detail

Event Timeline

nridge created this revision.Jul 28 2023, 1:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2023, 1:07 AM
Herald added a subscriber: arphaman. · View Herald Transcript
nridge requested review of this revision.Jul 28 2023, 1:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2023, 1:07 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Noticed this while reviewing D150124. No caller was providing a value for this parameter.

hokein accepted this revision.Jul 28 2023, 2:20 AM
This revision is now accepted and ready to land.Jul 28 2023, 2:20 AM
This revision was landed with ongoing or failed builds.Jul 28 2023, 6:36 PM
This revision was automatically updated to reflect the committed changes.