This is an archive of the discontinued LLVM Phabricator instance.

[AST] Fix getExprLoc reported for cxxDependentScopeMemberExpr
Needs ReviewPublic

Authored by steveire on Apr 27 2021, 1:32 AM.

Details

Reviewers
rsmith
Summary

All other CallExpr use the location of the member name as the
getExprLoc:

https://godbolt.org/z/jx16G9Gdr

Diff Detail

Event Timeline

steveire requested review of this revision.Apr 27 2021, 1:32 AM
steveire created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2021, 1:32 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
steveire updated this revision to Diff 340762.Apr 27 2021, 2:20 AM

Update test

steveire updated this revision to Diff 340994.Apr 27 2021, 2:56 PM

Fix windows build