[clang] [Clang] Fixed UnresolvedLookupExpr propagating into the codegen phase (PR #124609)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 27 12:55:54 PST 2025
erichkeane wrote:
This doesn't quite seem right to me... First, I would expect us to check the declaration context here rather than whether it is in a function template.
Second, I find myself thinking the `UnresolvedLookupExpr` in a non-dependent context is the actual problem, and we need to figure out how we got there, as that is the big problem.
https://github.com/llvm/llvm-project/pull/124609
More information about the cfe-commits
mailing list