[PATCH] D87540: [clang-tidy] Fix false positive issue in performance-unnecessary-value-param for arguments being moved in the function body.
Sukraat Ahluwalia via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 11 14:08:36 PDT 2020
sukraat91 updated this revision to Diff 291334.
sukraat91 added a comment.
Updated patch to contain changes to variable case from `paramName` to `ParamName`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87540/new/
https://reviews.llvm.org/D87540
Files:
clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87540.291334.patch
Type: text/x-patch
Size: 4142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200911/ec946af1/attachment-0001.bin>
More information about the cfe-commits
mailing list