[PATCH] D54834: [analyzer][MallocChecker] Improve warning messages on double-delete errors
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 16 16:41:14 PST 2018
NoQ added a comment.
Ugh. MSVC buildbot <http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/2689/steps/stage%201%20check/logs/stdio> is acting weird again. Also it is not acting deterministically <http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/2685/steps/stage%201%20check/logs/stdio>.
I was also yelled at by it in D55388 <https://reviews.llvm.org/D55388>.
Which makes me suspect that it has something to do with checker registration, as i change checker option related behavior in my patch, and the crashes in `MallocChecker` deal with loading checker name.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54834/new/
https://reviews.llvm.org/D54834
More information about the cfe-commits
mailing list