[clang] [clang-tools-extra] [clangd] show lambda name instead of operator() in signature help (PR #101857)
Timothy Akintilo via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 8 19:10:18 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) {
----------------
tilobyte wrote:
oops sorry, that's a remnant of another solution i tried earlier. removed
https://github.com/llvm/llvm-project/pull/101857
More information about the cfe-commits
mailing list