[clang] [clang-tools-extra] [clangd] show lambda name instead of operator() in signature help (PR #101857)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 6 08:33:23 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);
----------------
zyn0217 wrote:
We'd prefer east-const as well :)
https://github.com/llvm/llvm-project/pull/101857
More information about the cfe-commits
mailing list