You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!writtenArgumentsEnd) // Indicates that we are in the first argument of strcpy/memcpy/... function
674
674
memAssignments.erase(tok->varId());
675
675
}
676
-
} elseif (Token::Match(tok, "%var% (")) { // Function call. Global variables might be used. Reset their status
676
+
} elseif (Token::Match(tok, "%var% (") && _settings->library.functionpure.find(tok->str()) == _settings->library.functionpure.end()) { // Function call. Global variables might be used. Reset their status
0 commit comments