[PATCH] D132998: [clang-tidy] Restrict use-equals-default to c++11-or-later

Nathan James via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 01:49:06 PDT 2022


njames93 added a comment.

There's going to be contention with this. The modernize module is designed for converting pre c++11 codebases to c++11, can't really do that if the check is disabled on those older codebases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132998



More information about the llvm-commits mailing list