[clang] [Clang] skip default argument instantiation for non-defining friend declarations without specialization info to meet [dcl.fct.default] p4 (PR #113777)
Matheus Izvekov via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 7 16:55:11 PST 2024
mizvekov wrote:
Reverted. The issue looks like the instantiation of the default argument was skipped, but without any previous error actually being produced, so it proceeded to CodeGen with invalid AST.
https://github.com/llvm/llvm-project/pull/113777
More information about the cfe-commits
mailing list