]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libsanitizer/asan/asan_flags.h
[libsanitizer merge from upstream r218156]
[thirdparty/gcc.git] / libsanitizer / asan / asan_flags.h
index 42463a69b9938a3b5d1317ffc58af7aaad085719..2f155eb5cbc879507790c6e943d65b37beee4893 100644 (file)
@@ -50,12 +50,13 @@ struct Flags {
   bool print_stats;
   bool print_legend;
   bool atexit;
-  bool disable_core;
   bool allow_reexec;
   bool print_full_thread_history;
   bool poison_heap;
   bool poison_partial;
+  bool poison_array_cookie;
   bool alloc_dealloc_mismatch;
+  bool new_delete_type_mismatch;
   bool strict_memcmp;
   bool strict_init_order;
   bool start_deactivated;