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

ID 767253
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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.