issues
search
google
/
styleguide
Style guides for Google-originated open-source projects
https://google.github.io/styleguide/
Apache License 2.0
37.53k
stars
13.3k
forks
source link
Update C++ style guide.
#688
Closed
zetafunction
closed
2 years ago
zetafunction
commented
2 years ago
Reword guidance for definitions of inline functions and templates.
Capitalize the first letter of various comments.
Update command-line flag reference to use absl flags.
Improve braced-initialization example for 64-bit constants.
Delete C++03 guidance for NULL.
Clarify wording around wrapping of string literals.
Use C++17 [[fallthrough]] instead of ABSL_FALLTHROUGH.