This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix an assertion failure in NamedDecl::getName during the prepareRename
ClosedPublic

Authored by hokein on Jun 23 2023, 2:00 AM.

Details

Summary

getName method required to be called on a simple-identifier NamedDecl,
otherwise it will trigger an assertion.

Diff Detail

Event Timeline

hokein created this revision.Jun 23 2023, 2:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2023, 2:00 AM
Herald added a subscriber: arphaman. · View Herald Transcript
hokein requested review of this revision.Jun 23 2023, 2:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2023, 2:00 AM
kadircet accepted this revision.Jul 13 2023, 8:49 AM
This revision is now accepted and ready to land.Jul 13 2023, 8:49 AM
This revision was landed with ongoing or failed builds.Jul 14 2023, 12:18 AM
This revision was automatically updated to reflect the committed changes.