[PATCH] D32012: Implement global pointer scanning for darwin leak sanitizer

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 11:45:17 PDT 2017


kubamracek accepted this revision.
kubamracek 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)
----------------
Is this clang-format'd?


https://reviews.llvm.org/D32012





More information about the llvm-commits mailing list