[webkit-reviews] review granted: [Bug 202096] clang-tidy: Fix unnecessary copy/ref churn of for loop variables in WebKit : [Attachment 379354] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 23 09:08:47 PDT 2019


Darin Adler <darin at apple.com> has granted David Kilzer (:ddkilzer)
<ddkilzer at webkit.org>'s request for review:
Bug 202096: clang-tidy: Fix unnecessary copy/ref churn of for loop variables in
WebKit
https://bugs.webkit.org/show_bug.cgi?id=202096

Attachment 379354: Patch v1

https://bugs.webkit.org/attachment.cgi?id=379354&action=review




--- Comment #4 from Darin Adler <darin at apple.com> ---
Comment on attachment 379354
  --> https://bugs.webkit.org/attachment.cgi?id=379354
Patch v1

In all these cases i would just use auto& rather than const auto&.


More information about the webkit-reviews mailing list