[clang] [Clang][Sema] Make UnresolvedLookupExprs in class scope explicit specializations instantiation dependent (PR #100392)
Matheus Izvekov via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 5 09:47:32 PDT 2024
https://github.com/mizvekov commented:
I agree that the issue with many parameters is pre-existing.
So you add a new flag to the UnresolvedLookupExpr which just forwards to the same flag in the base class OverloadExpr.
OverloadExpr already suffers, even worse, from this problem of too many parameters and too many bools.
So I don't mind doing this cleanup in another patch.
https://github.com/llvm/llvm-project/pull/100392
More information about the cfe-commits
mailing list