eisenwave wrote:

> Couldn't see any bitfields handled in the tests from a quick look - is that 
> not supported in the diagnostic or just irrelevant?

```cpp
        if (FD->isBitField())
          // The value representation of a bit-field is a strict subset of
          // its storage unit; skip rather than risk false positives.
          return false;
```

https://github.com/llvm/llvm-project/pull/200362
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to