Skip to content

Fixes for use-static-qregular-expression

Waqar Ahmed requested to merge work/static-regex-fixes into master

The check was warning on statements where the regex value is not known e.g:

void fun(QString regex) { str.contains(QRegularExpression(regex)); // Should not warn }

Merge request reports