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
Loading
Please sign in to comment