[clang] Handle __declspec() attributes in using
[llvm-project.git] / compiler-rt / lib / hwasan / hwasan_ignorelist.txt
blob70590c970f559ab85d4db920c7cd49ad4c7169f7
1 # Ignorelist for HWAddressSanitizer. Turns off instrumentation of particular
2 # functions or sources. Use with care. You may set location of ignorelist
3 # at compile-time using -fsanitize-ignorelist=<path> flag.
5 # Example usage:
6 # fun:*bad_function_name*
7 # src:file_with_tricky_code.cc