All -Wdocumentation warnings are DefaultIgnore

llvm-svn: 181480
This commit is contained in:
Dmitri Gribenko
2013-05-08 22:54:41 +00:00
parent 7e548f70e8
commit 352e81ffb5

View 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