================
@@ -1428,10 +1428,18 @@ void ResultBuilder::AddResult(Result R, DeclContext
*CurContext,
AdjustResultPriorityForDecl(R);
+ // Account for explicit object parameter
+ const auto getQualifiers = [&](const CXXMethodDecl *MethodDecl) {
----------------
HighCommander4 wrote:
nit: as a local variable, the lambda name should be UpperCamelCase (I know this
is counterintuitive)
https://github.com/llvm/llvm-project/pull/154041
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits