forked from google/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update caveats for `thread_local` usage, particularly around the risk of destruction order issues. - Provide explicit guidance for situations where `bit_cast` may be a better fit than `reinterpret_cast`. - Emphasize that kConstant-style naming can still be used for `const` automatic variables that are initialized at runtime, but only if the resulting variable has the same value with each evaluation (i.e. it does not depend on runtime inputs). - Clarify what sorts of details belong in file-level comments vs comments for individual abstractions. - Update TODO examples to reflect the preferred styling, from most preferred to least preferred.
- Loading branch information
1 parent
7751268
commit d8cee70
Showing
1 changed file
with
83 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters