[clang] [StaticAnalyzer][MallocChecker] Detect use-after-free for field address (e.g., &ptr->field) (PR #152462)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 7 02:56:04 PDT 2025
steakhal wrote:
Hey, thanks for contributing!
I usually look at the tests before looking at the actual change. Could you demonstrate the improvement?
You can grep for files containing similar diagnostics under the `clang/test/Analysis` folder if you look for the report messages. Pick one file which seems relevant to add your tests to.
https://github.com/llvm/llvm-project/pull/152462
More information about the cfe-commits
mailing list