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

Yanzuo Liu via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 10 08:55:28 PST 2025


zwuis wrote:

Do we need a test case about explicit object member function? i.e.
```cpp
template<unsigned> int get(this triple);
template<> int get<0>(this triple t) { return /* ... */; }
```

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


More information about the lldb-commits mailing list