summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticCommentKinds.td
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2015-03-17 18:03:42 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2015-03-17 18:03:42 +0000
commit1725aee3382f5f73964f35794b001bcef1cbdcc6 (patch)
tree8e87d05c33599ab79a7a5d5b436aee5d3e9376c1 /include/clang/Basic/DiagnosticCommentKinds.td
parent7e957a38433f459ed39d983b124ffa361c2a2e0c (diff)
Comment parsing: move a diagnostic to the correct group.
Based on a patch by LE GARREC Vincent. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticCommentKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticCommentKinds.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticCommentKinds.td b/include/clang/Basic/DiagnosticCommentKinds.td
index 6dc8b27a2a..ab24582c11 100644
--- a/include/clang/Basic/DiagnosticCommentKinds.td
+++ b/include/clang/Basic/DiagnosticCommentKinds.td
@@ -166,7 +166,7 @@ def warn_unknown_comment_command_name : Warning<
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