[PATCH] D132998: [clang-tidy] Restrict use-equals-default to c++11-or-later
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 15:27:18 PDT 2022
alexander-shaposhnikov added a comment.
Regarding the practical side - yeah, I've come across this issue (and others) while trying to run this check over a few large codebases (including LLVM and Chrome),
and this particular issue accounts of a few hundreds of build breakages.
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