Bug 202387 - clang-tidy: Fix unnecessary copying/ref churn of for loop variables in Tools
Summary: clang-tidy: Fix unnecessary copying/ref churn of for loop variables in Tools
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-30 18:43 PDT by David Kilzer (:ddkilzer)
Modified: 2019-10-01 10:11 PDT (History)
4 users (show)

See Also:


Attachments
Patch v1 (1.46 KB, patch)
2019-09-30 18:44 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2019-09-30 18:43:40 PDT
Running clang-tidy on Tools resulted in one potential performance improvement to prevent object copies or reference churn in for loop variables.
Comment 1 David Kilzer (:ddkilzer) 2019-09-30 18:44:37 PDT
Created attachment 379870 [details]
Patch v1
Comment 2 Radar WebKit Bug Importer 2019-10-01 01:20:23 PDT
<rdar://problem/55869777>
Comment 3 WebKit Commit Bot 2019-10-01 10:11:01 PDT
Comment on attachment 379870 [details]
Patch v1

Clearing flags on attachment: 379870

Committed r250562: <https://trac.webkit.org/changeset/250562>
Comment 4 WebKit Commit Bot 2019-10-01 10:11:03 PDT
All reviewed patches have been landed.  Closing bug.