Dear,

A warning message in DiagnosticCommentKinds.td is not in the right
"InGroup".

Regards,

Vincent LE GARREC
Index: include/clang/Basic/DiagnosticCommentKinds.td
===================================================================
--- include/clang/Basic/DiagnosticCommentKinds.td	(revision 232495)
+++ include/clang/Basic/DiagnosticCommentKinds.td	(working copy)
@@ -166,7 +166,7 @@
 
 def warn_correct_comment_command_name : Warning<
   "unknown command tag name '%0'; did you mean '%1'?">,
-  InGroup<Documentation>, DefaultIgnore;
+  InGroup<DocumentationUnknownCommand>, DefaultIgnore;
 
 } // end of documentation issue category
 } // end of AST component
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to