v1nh1shungry b3faa1a87a Fix zero-initialization fix-it for variable template
Current version there is a fix-it for

template <class> constexpr int x = 0;
template <> constexpr int x<int>; // fix-it here
but it will cause

template <> constexpr int x = 0<int>;

Differential Revision: https://reviews.llvm.org/D139705
2023-01-19 12:35:46 -05:00
..
2022-09-28 09:50:19 -07:00