================ @@ -25,6 +25,9 @@ Would be converted into: std::add_const_t<T> std::make_signed_t<unsigned> +Also suggests converting ``std::remove_cv_t<std::remove_reference_t<...>`` into +``std::remove_cvref_t<...>`` when targeting C++20 or above. ---------------- vbvictor wrote:
I think this should go into first sentence and given example as any other case to keep things universal https://github.com/llvm/llvm-project/pull/204789 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
