commit | 2d879af5918be596fbe8d3044c84493a6bb7b6ea | [log] [tgz] |
---|---|---|
author | Chris Watkins <[email protected]> | Thu Nov 30 02:11:59 2017 |
committer | Commit Bot <[email protected]> | Thu Nov 30 02:11:59 2017 |
tree | a8dd90ffb9e8ff5666a0100bf684fd23ff65143f | |
parent | 24bca8aff021a7570b2f70102c13aeaf13648ccc [diff] |
Run clang-tidy modernize-use-equals-{delete,default} on //ipc 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 Change-Id: If633879f6c88ba82525da48a35b4d71f29202e75 Reviewed-on: https://chromium-review.googlesource.com/789743 Reviewed-by: Tom Sepez <[email protected]> Commit-Queue: Chris Watkins <[email protected]> Cr-Commit-Position: refs/heads/master@{#520389}
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 .