Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Availability] Don't make an availability attribute imply default visibility ↵ | Erik Pilkington | 2017-08-08 | 1 | -3/+3 |
| | | | | | | | | | | on macOS Fixes PR33796, rdar://33655115 Differential revision: https://reviews.llvm.org/D36191 llvm-svn: 310382 | ||||
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -6/+6 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | On Mac OS X, the presence of an 'availability' attribute for that | Douglas Gregor | 2011-03-26 | 1 | -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 |