]> granicus.if.org Git - clang/commitdiff
All -Wdocumentation warnings are DefaultIgnore
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 8 May 2013 22:54:41 +0000 (22:54 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 8 May 2013 22:54:41 +0000 (22:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181480 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticCommentKinds.td

index 4619e8a6b0b7b3fbbca0c7d53ca5b3f0b6b94925..beeb23fcb11869c41152d82bc7c014160c51eb85 100644 (file)
@@ -160,8 +160,8 @@ def warn_unknown_comment_command_name : Warning<
   "unknown command tag name">, InGroup<Documentation>, DefaultIgnore;
 
 def warn_correct_comment_command_name : Warning<
-  "unknown command tag name '%0'; did you mean '%1'?">, 
-  InGroup<Documentation>;
+  "unknown command tag name '%0'; did you mean '%1'?">,
+  InGroup<Documentation>, DefaultIgnore;
 
 } // end of documentation issue category
 } // end of AST component