Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
compiler-rt/lib/msan/msan_interceptors.cc | ||
---|---|---|
1268 ↗ | (On Diff #122185) | Where is this used? Missing file? |
compiler-rt/lib/msan/msan_interceptors.cc | ||
---|---|---|
1268 ↗ | (On Diff #122185) | sanitizer_common_interceptors.inc |
compiler-rt/lib/msan/msan_interceptors.cc | ||
---|---|---|
1268 ↗ | (On Diff #122185) | sorry, "sanitizer_common/sanitizer_signal_interceptors.inc" |
compiler-rt/lib/msan/msan_interceptors.cc | ||
---|---|---|
1304 ↗ | (On Diff #122185) | I don't like this casts.Where does the definition of struct sigaction come from? Can we move everything to __sanitizer_sigaction? |