[PATCH] D32198: [TBAASan] A TBAA Sanitizer (LLVM)

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 05:59:02 PDT 2017


hfinkel added a comment.

As a note: As follow-up work, we might want to extend Clang to add TBAA metadata to allocas and lifetime.start intrinsics so that the instrumentation pass can mark the types of memory upon declaration/construction instead of only upon first access.


https://reviews.llvm.org/D32198





More information about the llvm-commits mailing list