This is an archive of the discontinued LLVM Phabricator instance.

[clang] Keep declaration name info in DeclRefExpr
Needs ReviewPublic

Authored by SimplyDanny on Jul 29 2022, 2:05 PM.

Details

Reviewers
yvvan
Summary

Without it getCXXOperatorNameRange returns a wrong range. This commit reverts the test references changed in e818ce0e060901be98eb1b043ca581c746171085 and 4e94f6653150511de434fa7e29b684ae7f0e52b6.

Diff Detail

Event Timeline

SimplyDanny created this revision.Jul 29 2022, 2:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2022, 2:05 PM
Herald added a subscriber: arphaman. · View Herald Transcript
SimplyDanny requested review of this revision.Jul 29 2022, 2:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2022, 2:05 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
asmok-g added a subscriber: asmok-g.Aug 2 2022, 2:26 AM