erichkeane wrote:

> Should we try to force an instantiation in codegen for 
> complete-but-not-yet-instantiated classes?

I think we have to here.  I believe we can do this by changing the 
`RequireCompleteType` to pass a null `diagnoser`.  

See this overload: 
https://clang.llvm.org/doxygen/classclang_1_1Sema.html#ac457a5af05f2ffc2cf6286f398d9201d
 (RequireCompleteType() [1/5])

https://github.com/llvm/llvm-project/pull/91070
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to