r201850 - Moving the documentation for the sanitizer negation attributes into AttrDocs.

Sean Silva silvas at purdue.edu
Mon Feb 24 15:15:36 PST 2014


Cool, nvm then.


On Mon, Feb 24, 2014 at 9:02 AM, Aaron Ballman <aaron at aaronballman.com>wrote:

> On Sun, Feb 23, 2014 at 9:46 PM, Sean Silva <silvas at purdue.edu> wrote:
> > Please at least leave a cross-reference to these attributes from where
> there
> > descriptions used to be.
>
> These already have a cross-reference at the bottom of the file, which
> sends users to the more-complete documentation. Ie)
>
> Extensions for Dynamic Analysis
> ===============================
>
> Use ``__has_feature(address_sanitizer)`` to check if the code is being
> built
> with :doc:`AddressSanitizer`.
>
> Use ``__has_feature(thread_sanitizer)`` to check if the code is being built
> with :doc:`ThreadSanitizer`.
>
> Use ``__has_feature(memory_sanitizer)`` to check if the code is being built
> with :doc:`MemorySanitizer`.
>
> So I think adding another cross-reference doesn't really add much benefit.
>
> ~Aaron
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140224/a3b553bb/attachment.html>


More information about the cfe-commits mailing list