This is an archive of the discontinued LLVM Phabricator instance.

Fix uninitialized members.
ClosedPublic

Authored by sammccall on Nov 10 2016, 3:07 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall updated this revision to Diff 77560.Nov 10 2016, 3:07 PM
sammccall retitled this revision from to Fix uninitialized members..
sammccall updated this object.
sammccall added a subscriber: lldb-commits.
sammccall updated this revision to Diff 77781.Nov 14 2016, 2:57 AM
  • Use in-class member initializers (for whole classes)
  • remove init-list entries that are redundant with in-class initializer
jingham accepted this revision.Nov 14 2016, 1:05 PM
jingham added a reviewer: jingham.
jingham added a subscriber: jingham.

Looks fine to me.

This revision is now accepted and ready to land.Nov 14 2016, 1:05 PM
This revision was automatically updated to reflect the committed changes.