Summary: | clang-tidy: Fix unnecessary copy/ref churn of for loop variables in WTF/JavaScriptCore | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> | ||||||
Component: | JavaScriptCore | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | benjamin, cdumez, cmarcelo, commit-queue, dbates, ews-watchlist, hi, joepeck, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=202090 https://bugs.webkit.org/show_bug.cgi?id=202096 |
||||||||
Attachments: |
|
Description
David Kilzer (:ddkilzer)
2019-09-20 19:21:50 PDT
Created attachment 379302 [details]
Patch v1
Created attachment 379303 [details]
Patch v2
Comment on attachment 379302 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=379302&action=review > Source/JavaScriptCore/runtime/TypeSet.cpp:557 > + for (cont auto& field : b->m_optionalFields) Typo: cont auto& Comment on attachment 379303 [details]
Patch v2
r=me
Comment on attachment 379303 [details] Patch v2 Clearing flags on attachment: 379303 Committed r250180: <https://trac.webkit.org/changeset/250180> All reviewed patches have been landed. Closing bug. |