[all-commits] [llvm/llvm-project] 9ccde1: [clang] Compute accurate begin location for CallEx...
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Thu Dec 5 16:52:45 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ccde12f5eeb91152900082a2ae839e2a9702b31
https://github.com/llvm/llvm-project/commit/9ccde12f5eeb91152900082a2ae839e2a9702b31
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2024-12-05 (Thu, 05 Dec 2024)
Changed paths:
M clang-tools-extra/clangd/unittests/XRefsTests.cpp
M clang/lib/AST/Expr.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/test/AST/ast-dump-cxx2b-deducing-this.cpp
Log Message:
-----------
[clang] Compute accurate begin location for CallExpr with explicit object parameter (#117841)
The explicit object parameter is written before the callee expression,
so the begin location should come from the explicit object parameter.
Fixes https://github.com/llvm/llvm-project/issues/116335
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list