Decompiler bitfield support

Hello! I’m doing the analysis of a program that makes have use of bitfields inside C++ structs. The IDA type database supports C++ bitfields inside structure definitions, but the decompiler still can’t output them for cleaner results. It would be great if the decompiler could catch the bitfields inside variables/pointers and use them as fields of any other type.

Thanks.