We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a11c85 commit 1eaec17Copy full SHA for 1eaec17
1 file changed
lib/suppressions.cpp
@@ -544,7 +544,7 @@ void SuppressionList::dump(std::ostream & out) const
544
else
545
out << " inline=\"false\"";
546
if (!suppression.extraComment.empty())
547
- out << " comment=\"" << suppression.extraComment << "\"";
+ out << " comment=\"" << ErrorLogger::toxml(suppression.extraComment) << "\"";
548
out << " />" << std::endl;
549
}
550
out << " </suppressions>" << std::endl;
0 commit comments