steveire updated this revision to Diff 340994.
steveire added a comment.
Fix windows build
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101346/new/
https://reviews.llvm.org/D101346
Files:
clang/include/clang/AST/ExprCXX.h
clang/unittests/AST/
steveire updated this revision to Diff 340762.
steveire added a comment.
Update test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101346/new/
https://reviews.llvm.org/D101346
Files:
clang/include/clang/AST/ExprCXX.h
clang/unittests/AST/Source
steveire created this revision.
steveire added a reviewer: rsmith.
steveire requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
All other CallExpr use the location of the member name as the
getExprLoc:
https://godbolt.org/z/jx16G9Gdr
Repos