summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-visibility.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-2/+2
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-2/+2
* Sema: Don't crash on visibility attributes with an identifier argument.Benjamin Kramer2013-09-091-0/+2
* Add a new 'type_visibility' attribute to allow users toJohn McCall2013-02-201-1/+3
* Warn about visibility attributes in typedefs.Rafael Espindola2012-05-101-0/+2
* Fix an old (2009) FIXME:Rafael Espindola2012-05-101-0/+3
* Process attributes in the order they appear in the source code. This make clangRafael Espindola2012-05-071-0/+3
* Walk the decls looking for the last one that has an attribute. We do have to ...Rafael Espindola2012-05-021-0/+4
* Extend the error about incompatible visibility attributes in differentRafael Espindola2012-05-011-0/+1
* Reject cases likeRafael Espindola2012-04-261-0/+2
* Complain about attempts to use 'protected' visibility on targetsJohn McCall2012-01-291-0/+9