Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 3/22/2024
Public
Document Table of Contents

Sanitizers

The following Clang sanitizers are provided with the compiler, for host code only:

Sanitizer OS Support

AddressSanitizer

Linux, Windows

LeakSanitizer

Linux

MemorySanitizer

Linux

ThreadSanitizer

Linux

UndefinedBehaviorSanitizer

Linux, Windows

For detailed information about each sanitizer, refer to the Clang documentation Clang documentation.