Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 9c9e579

Browse files
committed
[Docs] Sanitizer docs migrated from code.google.com to github.com.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254672 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 321e4f5 commit 9c9e579

4 files changed

+4
-9
lines changed

docs/AddressSanitizer.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -267,5 +267,4 @@ check-asan`` command.
267267
More Information
268268
================
269269

270-
`http://code.google.com/p/address-sanitizer <http://code.google.com/p/address-sanitizer/>`_
271-
270+
`<https://github.com/google/sanitizers/wiki/AddressSanitizer>`_

docs/LeakSanitizer.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ There are plans to support LeakSanitizer in :doc:`MemorySanitizer` builds.
2828
More Information
2929
================
3030

31-
`https://code.google.com/p/address-sanitizer/wiki/LeakSanitizer
32-
<https://code.google.com/p/address-sanitizer/wiki/LeakSanitizer>`_
33-
31+
`<https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer>`_

docs/MemorySanitizer.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,4 @@ real-world programs, like Clang/LLVM itself.
197197
More Information
198198
================
199199

200-
`http://code.google.com/p/memory-sanitizer <http://code.google.com/p/memory-sanitizer/>`_
201-
200+
`<https://github.com/google/sanitizers/wiki/MemorySanitizer>`_

docs/ThreadSanitizer.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,4 @@ especially in the form of minimized standalone tests is more than welcome.
131131

132132
More Information
133133
----------------
134-
`http://code.google.com/p/thread-sanitizer <http://code.google.com/p/thread-sanitizer/>`_.
135-
134+
`<https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual>`_

0 commit comments

Comments
 (0)