commit | 74a18895e8738ede91b4f411dc0edec8058bc5cb | [log] [tgz] |
---|---|---|
author | Dana Fried <[email protected]> | Thu Sep 13 19:10:01 2018 |
committer | Commit Bot <[email protected]> | Thu Sep 13 19:10:01 2018 |
tree | 9103865673bc2539ebc081e6cb12274f72886107 | |
parent | f4263826e5e95b7651877032ecf5727cc4a22e09 [diff] |
Update style guide to reflect the new Google C++ coding guidelines. Initiated after discussion on cxx and with danakj@ Specifically: https://google.github.io/styleguide/cppguide.html#Casting "Use brace initialization to convert arithmetic types (e.g. int64{x}). This is the safest approach because code will not compile if conversion can result in information loss. The syntax is also concise." (This exact guidance is mirrored in our internal style guide as well.) Change-Id: I04f825cc84aa6e34517cb533d25053bec345297e Reviewed-on: https://chromium-review.googlesource.com/1223332 Reviewed-by: danakj <[email protected]> Commit-Queue: Dana Fried <[email protected]> Cr-Commit-Position: refs/heads/master@{#591102}
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 .