From ef907b69ea10dbb630e0c5c1edf4fb8ce12593cb Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Wed, 8 May 2013 22:54:41 +0000 Subject: [PATCH] All -Wdocumentation warnings are DefaultIgnore git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181480 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticCommentKinds.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/clang/Basic/DiagnosticCommentKinds.td b/include/clang/Basic/DiagnosticCommentKinds.td index 4619e8a6b0..beeb23fcb1 100644 --- a/include/clang/Basic/DiagnosticCommentKinds.td +++ b/include/clang/Basic/DiagnosticCommentKinds.td @@ -160,8 +160,8 @@ def warn_unknown_comment_command_name : Warning< "unknown command tag name">, InGroup, DefaultIgnore; def warn_correct_comment_command_name : Warning< - "unknown command tag name '%0'; did you mean '%1'?">, - InGroup; + "unknown command tag name '%0'; did you mean '%1'?">, + InGroup, DefaultIgnore; } // end of documentation issue category } // end of AST component -- 2.40.0