commit | f635329f6b0fcabbec906f65755b10240a32d737 | [log] [tgz] |
---|---|---|
author | Chris Watkins <[email protected]> | Mon Dec 04 02:36:05 2017 |
committer | Commit Bot <[email protected]> | Mon Dec 04 02:36:05 2017 |
tree | cf6bdcc70adb4ce85d30bc44531ddce68a83eac9 | |
parent | e0e3bb53c23b95fff838908a8296dc84ce722b99 [diff] |
Run clang-tidy modernize-use-equals-{delete,default} on //cc See the bugs and cxx post for justification and details: https://groups.google.com/a/chromium.org/forum/#!topic/cxx/RkOHzIK6Tq8 This change was done using clang-tidy as described here: https://chromium.googlesource.com/chromium/src/+/lkcr/docs/clang_tidy.md In some cases the the tool leaves behind a string of commas where it replaced a member initializer list (https://bugs.llvm.org/show_bug.cgi?id=35051). They were cleaned up with: git diff --name-only | \ xargs sed -E -i 's/(^\s*|\)\s*):[ ,]*= default/\1 = default/' BUG=778959,778957 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Id90c5a04af42b64ddc7b66984dc2b948f75f6532 Reviewed-on: https://chromium-review.googlesource.com/789719 Reviewed-by: enne <[email protected]> Commit-Queue: Chris Watkins <[email protected]> Cr-Commit-Position: refs/heads/master@{#521255}
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 .