r193452 - Document that -fsanitize=function is Linux-only.
Peter Collingbourne
peter at pcc.me.uk
Fri Oct 25 17:21:58 PDT 2013
Author: pcc
Date: Fri Oct 25 19:21:57 2013
New Revision: 193452
URL: http://llvm.org/viewvc/llvm-project?rev=193452&view=rev
Log:
Document that -fsanitize=function is Linux-only.
Modified:
cfe/trunk/docs/UsersManual.rst
Modified: cfe/trunk/docs/UsersManual.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.rst?rev=193452&r1=193451&r2=193452&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.rst (original)
+++ cfe/trunk/docs/UsersManual.rst Fri Oct 25 19:21:57 2013
@@ -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.
More information about the cfe-commits
mailing list