[clang] [clang-tools-extra] [clang] Include explicit object methods in overload suggestions (PR #154041)

Nathan Ridge via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 20 22:12:09 PDT 2025


================
@@ -413,6 +413,37 @@ class ResultBuilder {
   bool IsImpossibleToSatisfy(const NamedDecl *ND) const;
   //@}
 };
+
+void AddFunctionTypeQuals(CodeCompletionBuilder &Result,
----------------
HighCommander4 wrote:

nit: can we move this closer to where it's used? (we can make it `static` if needed)

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


More information about the cfe-commits mailing list