[clang] [Clang] Fix dependence handling of nttp for variable templates (PR #69075)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 14:25:24 PDT 2023


=?utf-8?b?5YiY6Zuo5Z+5?= <liuyupei951018 at hotmail.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/69075/clang at 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


More information about the cfe-commits mailing list