This change converts a lot of most obvious member
initialization to use the default initialization.
Mostly focuses on nullptr and 0 initialization.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Build Status
Buildable 13738 Build 13738: arc lint + arc unit
Event Timeline
Comment Actions
Manually. Is there clang-tidy method of doing this? This change is pretty conservative, it only includes to more obvious cases I could find.