Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix detection of __attribute__((may_alias)) to properly look through | Richard Smith | 2019-12-11 | 1 | -0/+25 |
type sugar. We previously missed the attribute in a lot of cases in C++, because there's often other type sugar there (eg, ElaboratedType). |