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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
