Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Unified Diff: include/clang/Basic/DiagnosticCommentKinds.td

Issue 184973004: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-clang.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/ReleaseNotes.rst ('k') | include/clang/Basic/DiagnosticGroups.td » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/clang/Basic/DiagnosticCommentKinds.td
diff --git a/include/clang/Basic/DiagnosticCommentKinds.td b/include/clang/Basic/DiagnosticCommentKinds.td
index c913e31ebad1240b0aecde7e4b20bf1b015f5497..3df03cdb331536f5b59e86421600907e31228ad0 100644
--- a/include/clang/Basic/DiagnosticCommentKinds.td
+++ b/include/clang/Basic/DiagnosticCommentKinds.td
@@ -157,8 +157,7 @@ def warn_verbatim_block_end_without_start : Warning<
InGroup<Documentation>, DefaultIgnore;
def warn_unknown_comment_command_name : Warning<
- "unknown command tag name">,
- InGroup<DocumentationUnknownCommand>, DefaultIgnore;
+ "unknown command tag name">, InGroup<Documentation>, DefaultIgnore;
} // end of documentation issue category
} // end of AST component
« no previous file with comments | « docs/ReleaseNotes.rst ('k') | include/clang/Basic/DiagnosticGroups.td » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698