]> granicus.if.org Git - clang/commitdiff
[docs] `-fno-sanitize=` is accepted too.
authorSean Silva <silvas@purdue.edu>
Fri, 21 Jun 2013 23:50:58 +0000 (23:50 +0000)
committerSean Silva <silvas@purdue.edu>
Fri, 21 Jun 2013 23:50:58 +0000 (23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184611 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.rst

index 3622a17bdce7dd02eefaeedaf0f6cca8bc9438dd..903704746360f18e821d5c4d86ec6d2450b28e03 100644 (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.