[Lldb-commits] [lldb] [lldb][ClangUserExpression] Emit workaround hint when trying to call function templates (PR #179916)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 6 03:14:58 PST 2026


Michael137 wrote:

> > note: note: non-template declaration found by name lookup
> 
> Where is the extra `note: ` happening?

The Clang diagnostic seems to already contain `note:`. And we emit it as a `note:` ourselves. But that isn't something that changed with my patch. Lets look into that separately

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


More information about the lldb-commits mailing list