================ @@ -703,6 +703,48 @@ auto f(auto x) { // cxx14-error {{'auto' not allowed in function prototype}} return f(1) + 1; } +namespace GH122892 { ---------------- erichkeane wrote:
Yeah, so this patch now prevents an `UnresolvedLookupExpr` from being put into the AST for a non-dependent function. The symptom of that (besides the AST-dump) was that CodeGen didn't know how to handle that for obvious reasons. This patch is now preventing that `UnresolvedLookupExpr` from being put into the AST for non-dependent functions, and falls-thru to emitting an error. I Think. https://github.com/llvm/llvm-project/pull/124609 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits