diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2012-11-21 20:28:29 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2012-11-21 12:28:29 -0800 |
commit | b4b401d23c09aa0a4f8289c69832f4e2aa04bdc2 (patch) | |
tree | f14f1f6032cf2b28112d10194de2f0a55808cfc8 /gcc/doc | |
parent | 70e0bf7b7ca3da8d2877188957ce9704ac55a7e8 (diff) | |
download | gcc-b4b401d23c09aa0a4f8289c69832f4e2aa04bdc2.zip gcc-b4b401d23c09aa0a4f8289c69832f4e2aa04bdc2.tar.gz gcc-b4b401d23c09aa0a4f8289c69832f4e2aa04bdc2.tar.bz2 |
Document __SANITIZE_ADDRESS__
* doc/cpp.texi: Document __SANITIZE_ADDRESS__.
From-SVN: r193705
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/cpp.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index c463e7c..682ee9f 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -2352,6 +2352,10 @@ use. This macro is defined, with value 2, when @option{-fstack-protector-all} is in use. +@item __SANITIZE_ADDRESS__ +This macro is defined, with value 1, when @option{-fsanitize=address} is +in use. + @item __TIMESTAMP__ This macro expands to a string constant that describes the date and time of the last modification of the current source file. The string constant |