Add a new altera check for structure packing and alignment.
The altera struct pack align lint check finds structs that are inefficiently packed or aligned and recommends packing/aligning of the structs using the packed and aligned attributes as needed in a warning.
Loading
Please sign in to comment