[PATCH] D81699: MemorySanitizer: Add option to insert init checks at call site

Gui Andrade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 22 10:44:59 PDT 2020


guiand added a comment.

It looks like folks are still deciding what to call the `partialinit` / `frozen` / `nopoison` attribute. Once that's settled I'll go through and update this patch and address the reviews.

One thing that's changed is that struct and union types in clang are never marked for checking anymore (at least, for now). So the tests I added to check that can likely go away.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81699





More information about the llvm-commits mailing list