We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shadowFunction
1 parent 55b4d3e commit d24069bCopy full SHA for d24069b
1 file changed
lib/regex.cpp
@@ -258,6 +258,7 @@ 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