summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/may_alias.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix detection of __attribute__((may_alias)) to properly look throughRichard Smith2019-12-111-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).
OpenPOWER on IntegriCloud