r195983 - Update the LeakSanitizer documentation with a proper link.

Kostya Serebryany kcc at google.com
Sun Dec 1 21:16:31 PST 2013


On Sun, Dec 1, 2013 at 4:03 PM, Sergey Matveev <earthdok at google.com> wrote:

> All sanitizer docs are hosted externally. I'm not really sure why, perhaps
> Kostya can say more about that.
>

the sanitizer run-time is shared between clang and other compiler(s) --
today that's GCC, but we want to encourage other compilers to use our
run-time too.
So, we prefer to keep the docs in a single external place.
We do have some user documentation in docs/ though, don't we?
clang.llvm.org/docs/AddressSanitizer.html
clang.llvm.org/docs/MemorySanitizer.html
clang.llvm.org/docs/ThreadSanitize.html
clang.llvm.org/docs/LeakSanitizer.html

--kcc


>
>
>
> On Sun, Dec 1, 2013 at 7:50 AM, Sean Silva <silvas at purdue.edu> wrote:
>
>> Is there a particular reason that these documents are hosted externally?
>> Would it be possible to keep them in docs/?
>>
>> -- Sean Silva
>>
>>
>> On Sat, Nov 30, 2013 at 4:54 PM, Sergey Matveev <earthdok at google.com>wrote:
>>
>>> Author: smatveev
>>> Date: Sat Nov 30 15:54:43 2013
>>> New Revision: 195983
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=195983&view=rev
>>> Log:
>>> Update the LeakSanitizer documentation with a proper link.
>>>
>>> Modified:
>>>     cfe/trunk/docs/LeakSanitizer.rst
>>>
>>> Modified: cfe/trunk/docs/LeakSanitizer.rst
>>> URL:
>>> http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LeakSanitizer.rst?rev=195983&r1=195982&r2=195983&view=diff
>>>
>>> ==============================================================================
>>> --- cfe/trunk/docs/LeakSanitizer.rst (original)
>>> +++ cfe/trunk/docs/LeakSanitizer.rst Sat Nov 30 15:54:43 2013
>>> @@ -22,7 +22,6 @@ x86\_64 Linux.
>>>  More Information
>>>  ================
>>>
>>> -Design wiki:
>>> -`
>>> https://code.google.com/p/address-sanitizer/wiki/LeakSanitizerDesignDocument
>>> -<https://code.google.com/p/address-sanitizer/wiki/LeakSanitizerDesignDocument->
>>> <
>>> https://code.google.com/p/address-sanitizer/wiki/LeakSanitizerDesignDocument
>>> >`_
>>> +`https://code.google.com/p/address-sanitizer/wiki/LeakSanitizer
>>> +<https://code.google.com/p/address-sanitizer/wiki/LeakSanitizer>`_
>>>
>>>
>>>
>>> _______________________________________________
>>> cfe-commits mailing list
>>> cfe-commits at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131202/99c61201/attachment.html>


More information about the cfe-commits mailing list