LLVM sanitizer
C31225
concept
An LLVM sanitizer is a runtime instrumentation tool integrated into the LLVM compiler framework that detects specific classes of bugs (such as memory errors, data races, or undefined behavior) by inserting diagnostic checks into compiled programs.
Observed surface forms (1)
| Surface form | Occurrences |
|---|---|
| memory error detection tool | 1 |
Instances (3)
| Instance | Via concept surface |
|---|---|
| MemorySanitizer | — |
| DataFlowSanitizer | — |
| Purify | memory error detection tool |