We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--suppress-xml
1 parent 0507b1a commit cbd9713Copy full SHA for cbd9713
1 file changed
cli/cmdlineparser.cpp
@@ -1141,6 +1141,10 @@ void CmdLineParser::printHelp()
1141
" --suppressions-list=<file>\n"
1142
" Suppress warnings listed in the file. Each suppression\n"
1143
" is in the same format as <spec> above.\n"
1144
+ " --suppress-xml=<file>\n"
1145
+ " Suppress warnings listed in a xml file. XML file should\n"
1146
+ " follow the manual.pdf format specified in section.\n"
1147
+ " `6.4 XML suppressions` .\n"
1148
" --template='<text>' Format the error messages. Available fields:\n"
1149
" {file} file name\n"
1150
" {line} line number\n"
0 commit comments