rust/src/test/ui/sanitize
DevJPM b51bcc72d9 fully exploited the dropped support of LLVM 8
This commit grepped for LLVM_VERSION_GE, LLVM_VERSION_LT, get_major_version and
min-llvm-version and statically evaluated every expression possible
(and sensible) assuming that the LLVM version is >=9 now
2020-11-12 14:39:47 +01:00
..
address.rs compiletest: Add directives to detect sanitizer support 2020-06-13 14:24:30 +02:00
badfree.rs compiletest: Add directives to detect sanitizer support 2020-06-13 14:24:30 +02:00
cfg.rs compiletest: Add directives to detect sanitizer support 2020-06-13 14:24:30 +02:00
incompatible.rs Diagnose use of incompatible sanitizers 2020-06-14 18:14:10 +02:00
incompatible.stderr Diagnose use of incompatible sanitizers 2020-06-14 18:14:10 +02: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 compiletest: Add directives to detect sanitizer support 2020-06-13 14:24:30 +02:00
leak.rs compiletest: Add directives to detect sanitizer support 2020-06-13 14:24:30 +02:00
memory.rs compiletest: Add directives to detect sanitizer support 2020-06-13 14:24:30 +02:00
new-llvm-pass-manager-thin-lto.rs fully exploited the dropped support of LLVM 8 2020-11-12 14:39:47 +01:00
thread.rs compiletest: Add directives to detect sanitizer support 2020-06-13 14:24:30 +02:00
unsupported-target.rs Diagnose use of incompatible sanitizers 2020-06-14 18:14:10 +02:00
unsupported-target.stderr Support sanitizers on aarch64-unknown-linux-gnu 2020-06-20 09:48:14 +02:00
use-after-scope.rs compiletest: Add directives to detect sanitizer support 2020-06-13 14:24:30 +02:00