[PATCH] D151200: [Clang][C++20] Error out if parameter types of a defaulted comparion operator are not all the same.

Jens Massberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 23 07:12:24 PDT 2023


massberg added a comment.

I just realized that we should probably also enable the other check (err_defaulted_comparison_param) for dependent types.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151200/new/

https://reviews.llvm.org/D151200



More information about the cfe-commits mailing list