79271581

Date: 2024-12-11 11:49:33
Score: 2.5
Natty:
Report link

This is issue 106593: https://github.com/llvm/llvm-project/issues/106593

You can work round it by adding a tag to the struct type definiton:

typedef volatile struct my_vdata {
   int a;
} my_vdata_t;
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Colin