diff options
Diffstat (limited to 'include/clang')
-rw-r--r-- | include/clang/Basic/DiagnosticCommentKinds.td | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/include/clang/Basic/DiagnosticCommentKinds.td b/include/clang/Basic/DiagnosticCommentKinds.td index b0aece5640..1bf290edf6 100644 --- a/include/clang/Basic/DiagnosticCommentKinds.td +++ b/include/clang/Basic/DiagnosticCommentKinds.td @@ -73,19 +73,10 @@ def warn_doc_param_not_attached_to_a_function_decl : Warning< "a function declaration">, InGroup<Documentation>, DefaultIgnore; -def warn_doc_function_not_attached_to_a_function_decl : Warning< - "'%select{\\|@}0function' command should be used in a comment attached to a " - "function declaration">, - InGroup<Documentation>, DefaultIgnore; - -def warn_doc_callback_not_attached_to_a_function_ptr_decl : Warning< - "'%select{\\|@}0callback' command should be used in a comment attached to a " - "pointer to function declaration">, - InGroup<Documentation>, DefaultIgnore; - -def warn_doc_method_not_attached_to_a_objc_method_decl : Warning< - "'%select{\\|@}0method' command should be used in a comment attached to an " - "objective-c method declaration">, +def warn_doc_function_method_decl_mismatch : Warning< + "'%select{\\|@}0%select{function|method|callback}1' command should be " + "used in a comment attached to " + "%select{a function|an objective-C method|a pointer to function}2 declaration">, InGroup<Documentation>, DefaultIgnore; def warn_doc_param_duplicate : Warning< |