[PATCH] D32012: Implement global pointer scanning for darwin leak sanitizer
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 11:46:34 PDT 2017
fjricci added inline comments.
================
Comment at: lib/lsan/lsan_common_mac.cc:108-109
+
+ for (const __sanitizer::LoadedModule::AddressRange &range
+ : modules[i].ranges()) {
+ if (range.executable)
----------------
kubamracek wrote:
> Is this clang-format'd?
I'm not sure - I'll re-run before I merge.
https://reviews.llvm.org/D32012
More information about the llvm-commits
mailing list