[all-commits] [llvm/llvm-project] a7395b: [clang-tidy] Skip copy assignment operators with n...
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Fri Sep 2 15:44:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7395b860bc247c9e4e917bf5786c04d4cccf1d7
https://github.com/llvm/llvm-project/commit/a7395b860bc247c9e4e917bf5786c04d4cccf1d7
Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
Date: 2022-09-02 (Fri, 02 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-copy.cpp
Log Message:
-----------
[clang-tidy] Skip copy assignment operators with nonstandard return types
Skip copy assignment operators with nonstandard return types
since they cannot be defaulted.
Test plan: ninja check-clang-tools
Differential revision: https://reviews.llvm.org/D133006
More information about the All-commits
mailing list