We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f847f77 commit 53e2827Copy full SHA for 53e2827
1 file changed
lib/suppressions.cpp
@@ -771,7 +771,7 @@ std::list<SuppressionList::Suppression> polyspace::Parser::parse(const std::stri
771
if (pos >= comment.size())
772
break;
773
extraComment = comment.substr(p1, pos-p1);
774
- pos = comment.find_first_not_of(" \t", pos + 1);
+ pos = comment.find("polyspace", pos + 1);
775
}
776
777
for (const std::string& errorId: ids) {
0 commit comments