[all-commits] [llvm/llvm-project] 100ec8: [clang-tidy] Add early exit for defaulted Function...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Thu Feb 10 11:29:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 100ec80ab5a6a01071771b67fc2141640d0984da
https://github.com/llvm/llvm-project/commit/100ec80ab5a6a01071771b67fc2141640d0984da
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type-cxx20.cpp
Log Message:
-----------
[clang-tidy] Add early exit for defaulted FunctionDecls
This prevents matching of defaulted comparison operators.
Resolves: https://github.com/llvm/llvm-project/issues/53355
Author: Febbe (Fabian Keßler)
More information about the All-commits
mailing list