forked from OSchip/llvm-project
parent
10c8d7653b
commit
72da4ff4f3
|
@ -675,7 +675,7 @@ DIAG(err_attr_wrong_decl, ERROR,
|
|||
|
||||
// Clang-Specific Attributes
|
||||
DIAG(err_attribute_iboutlet_non_ivar, ERROR,
|
||||
"'IBOutlet' attribute can only be applied to instance variables")
|
||||
"'iboutlet' attribute can only be applied to instance variables")
|
||||
|
||||
// Function Parameter Semantic Analysis.
|
||||
DIAG(err_param_with_void_type, ERROR,
|
||||
|
|
Loading…
Reference in New Issue