Bug 248645 - Replace WTFMove() with std::forward() in CodeGeneratorJS.pm
Summary: Replace WTFMove() with std::forward() in CodeGeneratorJS.pm
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
: 241501 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-12-01 20:22 PST by David Kilzer (:ddkilzer)
Modified: 2022-12-29 20:01 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 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.
Comment 1 Radar WebKit Bug Importer 2022-12-01 20:22:24 PST
<rdar://problem/102889626>
Comment 2 David Kilzer (:ddkilzer) 2022-12-01 20:24:39 PST
Pull request: https://github.com/WebKit/WebKit/pull/7065
Comment 3 EWS 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.
Comment 4 David Kilzer (:ddkilzer) 2022-12-29 20:01:20 PST
*** Bug 241501 has been marked as a duplicate of this bug. ***