vabridgers wrote: I've implemented an "accumulator pattern" detection to avoid those false positives, expanded the LITs and rerun a "systems" level analysis on an LLVM/clang build. The false positives have been greatly reduced, and the checker is detecting real "broad scope" patterns.
There's probably a few more steps to take, such as using matchers for "accumulator pattern" detection, but I think this is getting close. Please take a look at the progress an let me know what's needed to finish this up for merging. Best https://github.com/llvm/llvm-project/pull/175429 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
