[clang] [Clang] use begin member expr location for call expr with deducing this (PR #117345)

Oleksandr T. via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 26 01:10:57 PST 2024


================
@@ -717,6 +717,8 @@ Bug Fixes to C++ Support
 - Clang now uses valid deduced type locations when diagnosing functions with trailing return type
   missing placeholder return type. (#GH78694)
 - Fixed a bug where bounds of partially expanded pack indexing expressions were checked too early. (#GH116105)
+- Clang now uses the location of the begin of the member expression for ``CallExpr``
----------------
a-tarasyuk wrote:

@zyn0217 I've moved to `bug fixes to ast handling`

https://github.com/llvm/llvm-project/pull/117345


More information about the cfe-commits mailing list