RESOLVED FIXED 248645
Replace WTFMove() with std::forward() in CodeGeneratorJS.pm
https://bugs.webkit.org/show_bug.cgi?id=248645
Summary Replace WTFMove() with std::forward() in CodeGeneratorJS.pm
David Kilzer (:ddkilzer)
Reported 2022-12-01 20:22:07 PST
Replace WTFMove() with std::move() in CodeGeneratorJS.pm. Currently this generates hundreds of bugprone-move-forwarding-reference warnings in the clang static analyzer.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-12-01 20:22:24 PST
David Kilzer (:ddkilzer)
Comment 2 2022-12-01 20:24:39 PST
EWS
Comment 3 2022-12-06 11:27:59 PST
Committed 257419@main (d15a94e6d534): <https://commits.webkit.org/257419@main> Reviewed commits have been landed. Closing PR #7065 and removing active labels.
David Kilzer (:ddkilzer)
Comment 4 2022-12-29 20:01:20 PST
*** Bug 241501 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.