[all-commits] [llvm/llvm-project] 20d210: [clang-tidy] Ignore deleted functions in cppcoregu...
Piotr Zegar via All-commits
all-commits at lists.llvm.org
Wed Oct 25 11:41:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20d210285b2ab461bbd87a9022503a58592e8fe8
https://github.com/llvm/llvm-project/commit/20d210285b2ab461bbd87a9022503a58592e8fe8
Author: Piotr Zegar <me at piotrzegar.pl>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/RvalueReferenceParamNotMovedCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/rvalue-reference-param-not-moved.cpp
Log Message:
-----------
[clang-tidy] Ignore deleted functions in cppcoreguidelines-rvalue-reference-param-not-moved (#69514)
Ignore functions and constructors that are maked deleted or defaulted in
cppcoreguidelines-rvalue-reference-param-not-moved check.
Fixes #69412
More information about the All-commits
mailing list