[clang] [clang-tools-extra] [clangd] show lambda name instead of operator() in signature help (PR #101857)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 6 06:47:36 PDT 2024


================
@@ -2390,7 +2390,8 @@ static bool LookupQualifiedNameInUsingDirectives(Sema &S, LookupResult &R,
 }
 
 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,
-                               bool InUnqualifiedLookup) {
+                               bool InUnqualifiedLookup,
+                               IdentifierInfo const *IdentifierOverride) {
----------------
erichkeane wrote:

What is the purpose of this change here   I don't see any changes in the lookup here where this is used.

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


More information about the cfe-commits mailing list