summaryrefslogtreecommitdiff
path: root/test/Sema/attr-visibility.c
AgeCommit message (Expand)Author
2013-09-09Sema: Don't crash on visibility attributes with an identifier argument.Benjamin Kramer
2013-02-20Add a new 'type_visibility' attribute to allow users toJohn McCall
2012-05-10Warn about visibility attributes in typedefs.Rafael Espindola
2012-05-10Fix an old (2009) FIXME:Rafael Espindola
2012-05-07Process attributes in the order they appear in the source code. This make clangRafael Espindola
2012-05-02Walk the decls looking for the last one that has an attribute. We do have to ...Rafael Espindola
2012-05-01Extend the error about incompatible visibility attributes in differentRafael Espindola
2012-04-26Reject cases likeRafael Espindola
2012-01-29Complain about attempts to use 'protected' visibility on targetsJohn McCall