[Lldb-commits] [clang] [lldb] [clang][DebugInfo] Expand detection of structured bindings to account for std::get free function (PR #122265)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 13 05:11:09 PST 2025


Michael137 wrote:

> Did you try to modify `IgnoreUnlessSpelledInSource` to support CallExpr?

Updated to use this approach in latest commit. Seems to work well (including the explicit object parameter case). Didn't find a great way to test this in the clang AST unit-tests yet. Trying to understand how the other `IgnoreXXX` codepaths are tested.

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


More information about the lldb-commits mailing list