@@ -1871,17 +1871,17 @@ ERROR(section_not_at_top_level,none,
18711871ERROR(section_empty_name,none,
18721872 " @_section section name cannot be empty" , ())
18731873
1874- // @_extern
1874+ // @extern
18751875ERROR(attr_extern_experimental,none,
1876- " @_extern requires '-enable-experimental-feature Extern'" , ())
1876+ " @extern requires '-enable-experimental-feature Extern'" , ())
18771877ERROR(extern_not_at_top_level_func,none,
1878- " @_extern attribute can only be applied to global functions" , ())
1878+ " @extern attribute can only be applied to global functions" , ())
18791879ERROR(extern_empty_c_name,none,
1880- " expected non-empty C name in @_extern attribute" , ())
1880+ " expected non-empty C name in @extern attribute" , ())
18811881ERROR(extern_only_non_other_attr,none,
1882- " @_extern attribute cannot be applied to an '@%0' declaration" , (StringRef))
1882+ " @extern attribute cannot be applied to an '@%0' declaration" , (StringRef))
18831883WARNING(extern_c_maybe_invalid_name, none,
1884- " C name '%0' may be invalid; explicitly specify the name in @_extern (c) to suppress this warning" ,
1884+ " C name '%0' may be invalid; explicitly specify the name in @extern (c) to suppress this warning" ,
18851885 (StringRef))
18861886
18871887ERROR(c_func_variadic, none,
0 commit comments