Serosh-commits wrote: > I believe the better fix would be on entry to `checkBuiltinTemplateIdType` -- > there's not really a good reason to not just make the fix universal.
@ojhunt thanks for ur advice moved the check to the very top of checkBuiltinTemplateIdType to catch dependent arguments early this fixes the crash universally for all builtins and also let me clean up the redundant checks from the individual cases below let me know if this looks better for u https://github.com/llvm/llvm-project/pull/180407 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
