Default to pattern initialization for uninitialized variables.
Pattern initialization helps us make C++ safer, while not altering the semantics/usage of C++ (as zero init does). Bug: 131390872 Test: Local testing. Parts of CTS. Change-Id: I9705ca3b724208647f0eab0a704f6f360206d482
Loading
Please register or sign in to comment