]> granicus.if.org Git - clang/commitdiff
Slight rewording of -fsanitize=memory docs.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 21 Dec 2012 10:53:20 +0000 (10:53 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 21 Dec 2012 10:53:20 +0000 (10:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170880 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.rst

index 4d6c4e90559f101cc118eea340c1ad8b6f3c04f8..1c6e9673cfc8bb4f67e08a0c8ef7806ededee026 100644 (file)
@@ -926,9 +926,10 @@ are listed below.
    ``-fsanitize=memory``):
 
    -  ``-fsanitize-memory-track-origins``: Enables origin tracking in
-      MemorySanitizer. Adds a second stack trace to MemorySanitizer
-      reports pointing to the allocation the uninitialized bits came
-      from. Slows down execution by additional 1.5x-2x.
+      MemorySanitizer. Adds a second section to MemorySanitizer
+      reports pointing to the heap or stack allocation the
+      uninitialized bits came from. Slows down execution by additional
+      1.5x-2x.
 
    The ``-fsanitize=`` argument must also be provided when linking, in
    order to link to the appropriate runtime library. It is not possible