[llvm-branch-commits] [clang] [TySan] A Type Sanitizer (Clang) (PR #76260)

Florian Hahn via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Nov 22 11:32:58 PST 2024


fhahn wrote:

> The clang changes are ok, but this needs some level of documentation/release notes, which I don't see in the clang release. As this is a part of a larger feature, do we intend to push that later?
> 
> Also, the clang-format suggestion makes sense.

Sorry for the long delay! Added a release note and fixed the formatting.

This is part of larger feature and depends on an LLVM part (https://github.com/llvm/llvm-project/pull/76259) and compiler-rt support (https://github.com/llvm/llvm-project/pull/76261)

https://github.com/llvm/llvm-project/pull/76260


More information about the llvm-branch-commits mailing list