[PATCH] D115236: [msan] Implement -msan-no-sanitize-whole-file.

Alexander Potapenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 7 04:34:17 PST 2021


glider added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:312
+                                           cl::desc("Apply __no_sanitize(("
+                                                    "memory"
+                                                    ")) to the whole file"),
----------------
This edit was suggested by clang-format, I am not particularly fond of it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115236/new/

https://reviews.llvm.org/D115236



More information about the llvm-commits mailing list