@@ -1900,17 +1900,17 @@ ERROR(section_not_at_top_level,none,
19001900ERROR(section_empty_name,none,
19011901 " @_section section name cannot be empty" , ())
19021902
1903- // @extern
1903+ // @_extern
19041904ERROR(attr_extern_experimental,none,
1905- " @extern requires '-enable-experimental-feature Extern'" , ())
1905+ " @_extern requires '-enable-experimental-feature Extern'" , ())
19061906ERROR(extern_not_at_top_level_func,none,
1907- " @extern attribute can only be applied to global functions" , ())
1907+ " @_extern attribute can only be applied to global functions" , ())
19081908ERROR(extern_empty_c_name,none,
1909- " expected non-empty C name in @extern attribute" , ())
1909+ " expected non-empty C name in @_extern attribute" , ())
19101910ERROR(extern_only_non_other_attr,none,
1911- " @extern attribute cannot be applied to an '@%0' declaration" , (StringRef))
1911+ " @_extern attribute cannot be applied to an '@%0' declaration" , (StringRef))
19121912WARNING(extern_c_maybe_invalid_name, none,
1913- " C name '%0' may be invalid; explicitly specify the name in @extern (c) to suppress this warning" ,
1913+ " C name '%0' may be invalid; explicitly specify the name in @_extern (c) to suppress this warning" ,
19141914 (StringRef))
19151915
19161916ERROR(c_func_variadic, none,
0 commit comments