Commits

Devin Coughlin committed 2c5f786ffba
clang-importer: Always import attributes for accessors This commit changes the clang importer to always import attributes on property accessors. Previously, attributes were only imported if the accessor method was declared before the property but not if the accessor method was declared after it. Swift SVN r25018