@@ -1559,11 +1559,11 @@ ERROR(attr_availability_duplicate,none,
1559
1559
(StringRef, StringRef))
1560
1560
1561
1561
// originallyDefinedIn
1562
- // FIXME: Refactor to share between attributes
1562
+ // FIXME(backDeploy) : Refactor to share with back deployment attr
1563
1563
ERROR(originally_defined_in_missing_rparen,none,
1564
1564
" expected ')' in @_originallyDefinedIn argument list" , ())
1565
1565
1566
- // FIXME: Refactor to share between attributes
1566
+ // FIXME(backDeploy) : Refactor to share with back deployment attr
1567
1567
ERROR(originally_defined_in_unrecognized_platform,none,
1568
1568
" unrecognized platform name in @_originallyDefinedIn argument list" , ())
1569
1569
@@ -1578,19 +1578,19 @@ ERROR(originally_defined_in_need_original_module_name,none,
1578
1578
ERROR(originally_defined_in_need_nonempty_module_name,none,
1579
1579
" original module name cannot be empty in @_originallyDefinedIn" , ())
1580
1580
1581
- // FIXME: Refactor to share between attributes
1581
+ // FIXME(backDeploy) : Refactor to share with back deployment attr
1582
1582
ERROR(originally_defined_in_need_platform_version,none,
1583
1583
" expected at least one platform version in @_originallyDefinedIn" , ())
1584
1584
1585
- // FIXME: Refactor to share between attributes
1585
+ // FIXME(backDeploy) : Refactor to share with back deployment attr
1586
1586
WARNING(originally_defined_in_major_minor_only,none,
1587
1587
" @_originallyDefinedIn only uses major and minor version number" , ())
1588
1588
1589
- // FIXME: Refactor to share between attributes
1589
+ // FIXME(backDeploy) : Refactor to share with back deployment attr
1590
1590
WARNING(originally_defined_in_missing_platform_name,none,
1591
1591
" * as platform name has no effect" , ())
1592
1592
1593
- // FIXME: Refactor to share between attributes
1593
+ // FIXME(backDeploy) : Refactor to share with back deployment attr
1594
1594
WARNING(originally_defined_in_swift_version, none,
1595
1595
" Swift language version checks has no effect "
1596
1596
" in @_originallyDefinedIn" , ())
0 commit comments