[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 02:07:19 PDT 2022
alexander-shaposhnikov added a comment.
My assumption was that a codebase needs to compile with c++11 in the first place - otherwise the automatic fixit will break the build (as it happens right now).
I was looking at modernize/UseOverrideCheck.h - it requires c++11 and this seemed to be quite natural.
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