I ran clang's static analyzer and it produced a number of warnings. I've added the "dead assignment" ones to #95 as they're the same sort of issue.
To reproduce install llvm15 and run scan-build15 make followed by scan-view15 <path reported from scan-build>
I have not checked that there are no false positives.
I ran clang's static analyzer and it produced a number of warnings. I've added the "dead assignment" ones to #95 as they're the same sort of issue.
To reproduce install llvm15 and run
scan-build15 make
followed byscan-view15 <path reported from scan-build>
I have not checked that there are no false positives.