From: Peter Collingbourne Date: Sat, 26 Oct 2013 00:21:57 +0000 (+0000) Subject: Document that -fsanitize=function is Linux-only. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23782ec24318a2f98550360c268656de015c586e;p=clang Document that -fsanitize=function is Linux-only. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193452 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index 68fd0283ad..88b3b0f074 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -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.