Paul Fultz II

Results 279 comments of Paul Fultz II

> That is much better. I guess the readability for that code is similar to the readability of the for loop to my eyes. Sure, I guess its a matter...

> I think if is there is a known trade-off (like security for performance) that should be documented. But in case of std::copy it also changes the behavior since you...

We also have `astParentSkipParens` to skip parenthesis when traversing the ast.

It seems like this check for conversion of `c_str` to string should use [`getParentValueTypes`](https://github.com/danmar/cppcheck/blob/main/lib/valueflow.cpp#L365) to get the type its converted to. A simpler version could be like this: ```cpp for...

Ah yea then we should open issues for the gaps there so we can fix the lifetime checker.

I really dont see the need to support really old systems. Cppcheck is a dev tool which is meant to run in the dev environment not the the really old...

> Unfortunately our IT team has admin access to all computers and won't authorize the use of those installers. We're trying to compile as a work-around. If they are able...

> I decided to name it triage.py which seems to make more sense given the future integration with things like bisect and reduce as well as daca. It would be...