[docs] `-fno-sanitize=` is accepted too.

llvm-svn: 184611
This commit is contained in:
Sean Silva 2013-06-21 23:50:58 +00:00
parent fb6f6f61ca
commit 4c280bd3de
1 changed files with 1 additions and 1 deletions

View File

@ -853,7 +853,7 @@ Controlling Code Generation
Clang provides a number of ways to control code generation. The options
are listed below.
**-fsanitize=check1,check2,...**
**-f[no-]sanitize=check1,check2,...**
Turn on runtime checks for various forms of undefined or suspicious
behavior.