We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unmatchedSuppression
1 parent 54b9fa5 commit 8cc4d37Copy full SHA for 8cc4d37
1 file changed
lib/regex.cpp
@@ -258,7 +258,6 @@ static T* createAndCompileRegex(std::string pattern, std::string& err)
258
return regex;
259
}
260
261
-// cppcheck-suppress shadowFunction - FP see #14802
262
std::shared_ptr<Regex> Regex::create(std::string pattern, Engine engine, std::string& err)
263
{
264
Regex* regex = nullptr;
0 commit comments