]> granicus.if.org Git - clang/commitdiff
Document that -fsanitize=function is Linux-only.
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 26 Oct 2013 00:21:57 +0000 (00:21 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 26 Oct 2013 00:21:57 +0000 (00:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193452 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.rst

index 68fd0283adbb78755e3e1eb1d06be81f0fd2442f..88b3b0f074f1abe59ecc6f4565c8e06a4186015d 100644 (file)
@@ -922,7 +922,7 @@ are listed below.
    -  ``-fsanitize=float-divide-by-zero``: Floating point division by
       zero.
    -  ``-fsanitize=function``: Indirect call of a function through a
-      function pointer of the wrong type (C++ and x86/x86_64 only).
+      function pointer of the wrong type (Linux, C++ and x86/x86_64 only).
    -  ``-fsanitize=integer-divide-by-zero``: Integer division by zero.
    -  ``-fsanitize=null``: Use of a null pointer or creation of a null
       reference.