================
@@ -36,6 +36,16 @@ template <typename T>
using remove_cvref_t // NOLINT(readability-identifier-naming)
= typename llvm::remove_cvref<T>::type;
+template <typename T>
----------------
kparzysz wrote:
Done
https://github.com/llvm/llvm-project/pull/146390