We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b1276 commit a4620aeCopy full SHA for a4620ae
src/sanitizers.md
@@ -45,7 +45,7 @@ implementation:
45
[marked][sanitizer-attribute] with appropriate LLVM attribute:
46
`SanitizeAddress`, `SanitizeHWAddress`, `SanitizeMemory`, or
47
`SanitizeThread`. By default all functions are instrumented, but this
48
- behaviour can be changed with `#[sanitize(xyz = "on|off")]`.
+ behaviour can be changed with `#[sanitize(xyz = "on|off|<other>")]`.
49
50
* The decision whether to perform instrumentation or not is possible only at a
51
function granularity. In the cases were those decision differ between
0 commit comments