[clang] [Clang] Fixed UnresolvedLookupExpr propagating into the codegen phase (PR #124609)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 13 08:56:47 PDT 2025
================
@@ -703,6 +703,48 @@ auto f(auto x) { // cxx14-error {{'auto' not allowed in function prototype}}
return f(1) + 1;
}
+namespace GH122892 {
----------------
zyn0217 wrote:
I think the test should live in CodeGen/ rather than SemaCXX/, which mostly contains '-fsyntax-only' tests, while the issue arises in the codegen stage?
https://github.com/llvm/llvm-project/pull/124609
More information about the cfe-commits
mailing list