mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 15:18:53 +08:00
For sycl, user can explicitly call string functions like memset/memcpy/memmove and may have out of bounds errors. We need to intercept these functions and try to detect the error.