forked from OSchip/llvm-project
parent
a4290bed81
commit
907305377a
|
@ -169,8 +169,6 @@ def err_expected_member_name_or_semi : Error<
|
|||
"expected member name or ';' after declaration specifiers">;
|
||||
def err_function_declared_typedef : Error<
|
||||
"function definition declared 'typedef'">;
|
||||
def err_iboutletcollection_with_protocol : Error<
|
||||
"invalid argument of iboutletcollection attribute">;
|
||||
def err_at_defs_cxx : Error<"@defs is not supported in Objective-C++">;
|
||||
def err_at_in_class : Error<"unexpected '@' in member specification">;
|
||||
|
||||
|
|
Loading…
Reference in New Issue