]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (-fsanitize=leak): Add link to the wiki page.
authorTobias Burnus <burnus@net-b.de>
Sun, 24 Nov 2013 16:02:10 +0000 (17:02 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 24 Nov 2013 16:02:10 +0000 (17:02 +0100)
2013-11-24  Tobias Burnus  <burnus@net-b.de>

        * doc/invoke.texi (-fsanitize=leak): Add link to the wiki page.

From-SVN: r205336

gcc/ChangeLog
gcc/doc/invoke.texi

index 126109e7a88a469fbb31b42fc1074b7da1683929..903725782d0d54f8042aaa4b60921363c9b773b9 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-24  Tobias Burnus  <burnus@net-b.de>
+
+       * doc/invoke.texi (-fsanitize=leak): Add link to the wiki page.
+
 2013-11-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
        * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Correct
index 0708836443aac9dce9ca3403143355a04c671c51..568c90d024c3aac445f6640e8687e0b5b7a0267a 100644 (file)
@@ -5267,14 +5267,17 @@ See @uref{http://code.google.com/p/address-sanitizer/} for more details.
 Enable ThreadSanitizer, a fast data race detector.
 Memory access instructions will be instrumented to detect
 data race bugs.
-See @uref{http://code.google.com/p/data-race-test/wiki/ThreadSanitizer} for more details.
+See @uref{http://code.google.com/p/data-race-test/wiki/ThreadSanitizer} for
+more details.
 
 @item -fsanitize=leak
 Enable LeakSanitizer, a memory leak detector.
 This option only matters for linking of executables and if neither
 @option{-fsanitize=address} nor @option{-fsanitize=thread} is used.  In that
 case it will link the executable against a library that overrides @code{malloc}
-and other allocator functions.
+and other allocator functions.  See
+@uref{https://code.google.com/p/address-sanitizer/wiki/LeakSanitizer} for more
+details.
 
 @item -fsanitize=undefined
 Enable UndefinedBehaviorSanitizer, a fast undefined behavior detector.