rust/src/test/ui/sanitize
Tomasz Miąsko bbb63d4554 Consistently use LLVM lifetime markers during codegen
Ensure that inliner inserts lifetime markers if they have been emitted during
codegen. Otherwise if allocas from inlined functions are merged together,
lifetime markers from one function might invalidate load & stores performed
by the other one.
2020-05-14 15:23:24 +02:00
..
address.rs Compile address sanitizer test with debuginfo 2020-03-07 13:33:40 +01:00
badfree.rs unix: Don't override existing SIGSEGV/BUS handlers 2020-03-08 18:44:12 -07:00
cfg.rs Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00
inline-always.rs Move sanitize-inline-always test to sanitize directory 2020-04-06 00:00:00 +00:00
inline-always.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-72154-lifetime-markers.rs Consistently use LLVM lifetime markers during codegen 2020-05-14 15:23:24 +02:00
leak.rs Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00
memory.rs Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00
new-llvm-pass-manager-thin-lto.rs fix various typos 2020-03-06 15:19:31 +01:00
thread.rs Add ThreadSanitizer test case 2020-04-10 16:29:09 +02:00
unsupported-target.rs Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00
unsupported-target.stderr Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00
use-after-scope.rs Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00