[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


================
@@ -9147,7 +9147,8 @@ class Sema final : public SemaBase {
   ///
   /// \returns true if lookup succeeded, false if it failed.
   bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,
-                           bool InUnqualifiedLookup = false);
+                           bool InUnqualifiedLookup = false,
+                           IdentifierInfo const *IdentifierOverride = nullptr);
----------------
tilobyte wrote:

removed, but i'll keep that in mind!

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


More information about the cfe-commits mailing list