summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/attr-availability.c
Commit message (Collapse)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-6/+6
| | | | | | tests fail. llvm-svn: 188447
* On Mac OS X, the presence of an 'availability' attribute for thatDouglas Gregor2011-03-261-0/+31
platform implies default visibility. To achieve these, refactor our lookup of explicit visibility so that we search for both an explicit VisibilityAttr and an appropriate AvailabilityAttr, favoring the VisibilityAttr if it is present. llvm-svn: 128336
OpenPOWER on IntegriCloud