[clang] [clang][AST] Handle dependent representation of call to function with explicit object parameter in CallExpr::getBeginLoc() (PR #126868)

Nathan Ridge via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 12 23:34:07 PST 2025


HighCommander4 wrote:

> While this may not be the most optimal solution, we can likely go with it as-is to put the fire out.

Given [this comment](https://github.com/llvm/llvm-project/pull/126868#discussion_r1953948099) (i.e. that the behaviour with this patch is correct for the dependent case as well), is there anything else not optimal about this solution?

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


More information about the cfe-commits mailing list