[clang] Revert "[Clang] Fix missed initializer instantiation bug for variable templates" (PR #140930)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Wed May 21 17:30:22 PDT 2025


https://github.com/zyn0217 approved this pull request.

I'll approve it, because I have a similar experience that swapping the deferred instantiation and immediate instantiation order caused a very subtle failure of return type deduction.

However, just as what @AaronBallman suggested, please hold off landing for some time to see if a reduced example could help us pinpoint the underlying issue.

https://github.com/llvm/llvm-project/pull/140930


More information about the cfe-commits mailing list