[all-commits] [llvm/llvm-project] bb6a98: [clang-tidy] Ignore unused parameters in `rvalue-r...
AMS21 via All-commits
all-commits at lists.llvm.org
Sat Oct 14 13:52:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb6a98c8d2beee78ab9dc1a4c81009410e4911a3
https://github.com/llvm/llvm-project/commit/bb6a98c8d2beee78ab9dc1a4c81009410e4911a3
Author: AMS21 <AMS21.github at gmail.com>
Date: 2023-10-14 (Sat, 14 Oct 2023)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/RvalueReferenceParamNotMovedCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/rvalue-reference-param-not-moved.rst
M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/rvalue-reference-param-not-moved.cpp
Log Message:
-----------
[clang-tidy] Ignore unused parameters in `rvalue-reference-param-not-moved check` (#69045)
With this patch we no longer issue a warning for unused parameters which
are marked as such.
This fixes #68209
More information about the All-commits
mailing list