=?utf-8?b?5YiY6Zuo5Z+5?= <liuyupei951...@hotmail.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/69075/cl...@github.com>


================
@@ -1299,8 +1299,9 @@ static bool checkTupleLikeDecomposition(Sema &S,
       //   in the associated namespaces.
       Expr *Get = UnresolvedLookupExpr::Create(
           S.Context, nullptr, NestedNameSpecifierLoc(), SourceLocation(),
-          DeclarationNameInfo(GetDN, Loc), /*RequiresADL*/true, &Args,
-          UnresolvedSetIterator(), UnresolvedSetIterator());
+          DeclarationNameInfo(GetDN, Loc), /*RequiresADL*/ true, &Args,
----------------
shafik wrote:

`/*RequiresADL=*/true`

https://github.com/llvm/llvm-project/pull/69075
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to