diff options
| author | Alexey Samsonov <vonosmas@gmail.com> | 2015-12-04 00:38:13 +0000 |
|---|---|---|
| committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-12-04 00:38:13 +0000 |
| commit | 2e2469d9d9591850f84d1058e2fce45f43d4d610 (patch) | |
| tree | 99f34ee2161d1c8a06b03097b8e06152b8e0a269 | |
| parent | 94620278a448fac8d47f457a9a618970c6dc7de1 (diff) | |
| download | bcm5719-llvm-2e2469d9d9591850f84d1058e2fce45f43d4d610.tar.gz bcm5719-llvm-2e2469d9d9591850f84d1058e2fce45f43d4d610.zip | |
[Docs] Sanitizer docs migrated from code.google.com to github.com.
llvm-svn: 254672
| -rw-r--r-- | clang/docs/AddressSanitizer.rst | 3 | ||||
| -rw-r--r-- | clang/docs/LeakSanitizer.rst | 4 | ||||
| -rw-r--r-- | clang/docs/MemorySanitizer.rst | 3 | ||||
| -rw-r--r-- | clang/docs/ThreadSanitizer.rst | 3 |
4 files changed, 4 insertions, 9 deletions
diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst index 06e7da7a99f..93f63143210 100644 --- a/clang/docs/AddressSanitizer.rst +++ b/clang/docs/AddressSanitizer.rst @@ -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>`_ diff --git a/clang/docs/LeakSanitizer.rst b/clang/docs/LeakSanitizer.rst index d4b4fa02d73..85918088ccd 100644 --- a/clang/docs/LeakSanitizer.rst +++ b/clang/docs/LeakSanitizer.rst @@ -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>`_ diff --git a/clang/docs/MemorySanitizer.rst b/clang/docs/MemorySanitizer.rst index f97355fd8c3..8f8ad71ac29 100644 --- a/clang/docs/MemorySanitizer.rst +++ b/clang/docs/MemorySanitizer.rst @@ -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>`_ diff --git a/clang/docs/ThreadSanitizer.rst b/clang/docs/ThreadSanitizer.rst index 9a8b14040d3..0b9b163a965 100644 --- a/clang/docs/ThreadSanitizer.rst +++ b/clang/docs/ThreadSanitizer.rst @@ -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>`_ |

