[all-commits] [llvm/llvm-project] d4e810: [clang-tidy] Skip variadic ctors in modernize-use-...
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Fri Sep 30 15:17:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4e81097ea3daf37b5480281a17ad5b20cd7ee8d
https://github.com/llvm/llvm-project/commit/d4e81097ea3daf37b5480281a17ad5b20cd7ee8d
Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-equals-default.cpp
Log Message:
-----------
[clang-tidy] Skip variadic ctors in modernize-use-equals-default
Skip variadic constructors in modernize-use-equals-default
(such constructors cannot be explicitly defaulted).
Test plan: ninja check-all
Differential revision: https://reviews.llvm.org/D134929
More information about the All-commits
mailing list