chrchr-github
chrchr-github
Maybe the showtime result is just very sensitive on the execution environment/runner?
What speedup, if any, does using `strcmp()` buy us?
This looks related to https://trac.cppcheck.net/ticket/14267
I think this change is OK, since it doesn't involve the library, and `isAttributeConst()` is not ambiguous.
The clang-tidy warning seems to be a false positive, I have reported it here: https://github.com/llvm/llvm-project/issues/172018
> [...] but we can skip the values that come from reverse analysis for now though. And how would we do that? Mark the values somehow?
> Another way is to mark them but we need to mark when it goes reverse and forward as we do forward analysis from reverse analysis so the state would...
> We could set the the direction of the value in the `update` method in the analyzer. That might be simpler than trying to do it for every forward. I...