]> granicus.if.org Git - clang/commitdiff
[Docs] Sanitizer docs migrated from code.google.com to github.com.
authorAlexey Samsonov <vonosmas@gmail.com>
Fri, 4 Dec 2015 00:38:13 +0000 (00:38 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Fri, 4 Dec 2015 00:38:13 +0000 (00:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254672 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AddressSanitizer.rst
docs/LeakSanitizer.rst
docs/MemorySanitizer.rst
docs/ThreadSanitizer.rst

index 06e7da7a99fe0800ddb3535cc2e03bf0333fd1d7..93f63143210b7104bb7f5edf209f0bd2fe0c42f0 100644 (file)
@@ -267,5 +267,4 @@ check-asan`` command.
 More Information
 ================
 
-`http://code.google.com/p/address-sanitizer <http://code.google.com/p/address-sanitizer/>`_
-
+`<https://github.com/google/sanitizers/wiki/AddressSanitizer>`_
index d4b4fa02d730947c5a04a418abb3dd2696b36afb..85918088ccdb2cb627bd25f08847060eb22fc8b4 100644 (file)
@@ -28,6 +28,4 @@ There are plans to support LeakSanitizer in :doc:`MemorySanitizer` builds.
 More Information
 ================
 
-`https://code.google.com/p/address-sanitizer/wiki/LeakSanitizer
-<https://code.google.com/p/address-sanitizer/wiki/LeakSanitizer>`_
-
+`<https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer>`_
index f97355fd8c3c8dcebaf08305b6d351e3c649cb8b..8f8ad71ac296f4cc5df98a5fb259b47ec390e2a4 100644 (file)
@@ -197,5 +197,4 @@ real-world programs, like Clang/LLVM itself.
 More Information
 ================
 
-`http://code.google.com/p/memory-sanitizer <http://code.google.com/p/memory-sanitizer/>`_
-
+`<https://github.com/google/sanitizers/wiki/MemorySanitizer>`_
index 9a8b14040d3d861750269422b57bb7c21e645982..0b9b163a9651500fe3a5267d4caca23e81815ebb 100644 (file)
@@ -131,5 +131,4 @@ especially in the form of minimized standalone tests is more than welcome.
 
 More Information
 ----------------
-`http://code.google.com/p/thread-sanitizer <http://code.google.com/p/thread-sanitizer/>`_.
-
+`<https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual>`_