Skip to content

Add bit width information to member variables

Bernd Buschinski requested to merge buschinski/kdevelop:bitwidth into master

This adds a little bitwidth information to member variables which are actually a bitfield, all other members are displayed as before.

Example:

kdevelop-bitwidth

Notice the new ":7" behind the variable name.

Merge request reports