Snap for 7802995 from 74e4bb75762920ee13850ef31c24e0648fab9581 to qt-aml-tzdata-release

Change-Id: I0a8edacb80ad97794d35cb8207e1fd4f4d4f499a
diff --git a/clang-r353983c/lib64/clang/9.0.3/share/asan_ignorelist.txt b/clang-r353983c/lib64/clang/9.0.3/share/asan_ignorelist.txt
new file mode 100644
index 0000000..c25921f
--- /dev/null
+++ b/clang-r353983c/lib64/clang/9.0.3/share/asan_ignorelist.txt
@@ -0,0 +1,13 @@
+# Blacklist for AddressSanitizer. Turns off instrumentation of particular
+# functions or sources. Use with care. You may set location of blacklist
+# at compile-time using -fsanitize-blacklist=<path> flag.
+
+# Example usage:
+# fun:*bad_function_name*
+# src:file_with_tricky_code.cc
+# global:*global_with_bad_access_or_initialization*
+# global:*global_with_initialization_issues*=init
+# type:*Namespace::ClassName*=init
+
+# Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
+fun:*_Find_elem@*@std*
diff --git a/clang-r353983c/lib64/clang/9.0.3/share/cfi_ignorelist.txt b/clang-r353983c/lib64/clang/9.0.3/share/cfi_ignorelist.txt
new file mode 100644
index 0000000..4a0f039
--- /dev/null
+++ b/clang-r353983c/lib64/clang/9.0.3/share/cfi_ignorelist.txt
@@ -0,0 +1,17 @@
+[cfi-unrelated-cast]
+# The specification of std::get_temporary_buffer mandates a cast to
+# uninitialized T* (libstdc++, MSVC stdlib).
+fun:_ZSt20get_temporary_buffer*
+fun:*get_temporary_buffer@.*@std@@*
+
+# STL address-of magic (libstdc++).
+fun:*__addressof*
+
+# Windows C++ stdlib headers that contain bad unrelated casts.
+src:*xmemory0
+src:*xstddef
+
+# std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_inplace() (libstdc++).
+# This ctor is used by std::make_shared and needs to cast to uninitialized T*
+# in order to call std::allocator_traits<T>::construct.
+fun:_ZNSt23_Sp_counted_ptr_inplace*
diff --git a/clang-r353983c/lib64/clang/9.0.3/share/hwasan_ignorelist.txt b/clang-r353983c/lib64/clang/9.0.3/share/hwasan_ignorelist.txt
new file mode 100644
index 0000000..395ba28
--- /dev/null
+++ b/clang-r353983c/lib64/clang/9.0.3/share/hwasan_ignorelist.txt
@@ -0,0 +1,7 @@
+# Blacklist for HWAddressSanitizer. Turns off instrumentation of particular
+# functions or sources. Use with care. You may set location of blacklist
+# at compile-time using -fsanitize-blacklist=<path> flag.
+
+# Example usage:
+# fun:*bad_function_name*
+# src:file_with_tricky_code.cc
diff --git a/clang-r353983c/lib64/clang/9.0.3/share/msan_ignorelist.txt b/clang-r353983c/lib64/clang/9.0.3/share/msan_ignorelist.txt
new file mode 100644
index 0000000..44a5680
--- /dev/null
+++ b/clang-r353983c/lib64/clang/9.0.3/share/msan_ignorelist.txt
@@ -0,0 +1,7 @@
+# Blacklist for MemorySanitizer. Turns off instrumentation of particular
+# functions or sources. Use with care. You may set location of blacklist
+# at compile-time using -fsanitize-blacklist=<path> flag.
+
+# Example usage:
+# fun:*bad_function_name*
+# src:file_with_tricky_code.cc