aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/RvalueReferenceParamNotMovedCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-30[clang-tidy] Add flag to specify an alternative to std::move in cppcoreguidel...Dimitrije Dobrota1-3/+5
2024-12-15[clang-tidy] remove misuse of `getLocalOrGlobal` for non common used options ...Congcong Cai1-4/+3
2023-10-25[clang-tidy] Ignore deleted functions in cppcoreguidelines-rvalue-reference-p...Piotr Zegar1-12/+13
2023-10-14[clang-tidy] Ignore unused parameters in `rvalue-reference-param-not-moved ch...AMS211-0/+3
2023-08-27[clang-tidy][NFC] Fix llvm-else-after-return findingsPiotr Zegar1-2/+1
2023-03-28[clang-tidy] Ignore unevaluated exprs in rvalue-reference-param-not-movedChris Cotter1-2/+7
2023-03-12[clang-tidy] Implement CppCoreGuideline F.18Chris Cotter1-0/+128