Files
binutils-gdb/gdb/common
Simon Marchi 1b90b13906 Default initialize enum flags to 0
... so that we don't need to do it manually, and potentially forget.
For example, this allows to do:

  my_flags flags;

  ...

  flags |= some_flag;

gdb/ChangeLog:

	* common/enum-flags.h (enum_flags::enum_flags): Initialize
	m_enum_value to 0 in default constructor.
2017-02-21 11:48:49 -05:00
..
2017-02-20 21:00:55 +01:00
2017-01-10 19:14:11 -07:00
2017-01-01 10:52:34 +04:00
2017-01-01 10:52:34 +04:00