commit | 5a73d0fa914f7b7c0c621f24e8b41fa87aeef9e4 | [log] [tgz] |
---|---|---|
author | jdoerrie <[email protected]> | Tue Oct 02 23:54:05 2018 |
committer | Commit Bot <[email protected]> | Tue Oct 02 23:54:05 2018 |
tree | 9566ffcb5764f66b4cb165c404fe8e2764dc82f3 | |
parent | cdafdcb9048d26fdcecac66918b8b40bc21b8b04 [diff] |
[clang-tidy] Apply modernize-use-auto in /content/renderer This change applies clang-tidy's modernize-use-auto [1] in /content/renderer. This change does not rewrite new and cast expressions. Reproduction steps: - run clang-tidy's modernize-use-auto - run git cl format - manually remove unused typedefs due to -Wunused-local-typedef error [1] https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html This CL was uploaded by git cl split. [email protected] Bug: 890902 Change-Id: I50debb7aaf123e76bb03925e7720ab5be5dd16a8 Reviewed-on: https://chromium-review.googlesource.com/c/1257906 Reviewed-by: Kentaro Hara <[email protected]> Commit-Queue: Jan Wilken Dörrie <[email protected]> Cr-Commit-Position: refs/heads/master@{#596050}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .