[PATCH] [asan] Update the llvm webpage describing ASan

Alexey Samsonov vonosmas at gmail.com
Mon Jun 22 14:52:18 PDT 2015


================
Comment at: docs/AddressSanitizer.rst:129
@@ +128,3 @@
+
+AddressSanitizer can optionally detect dynamic initialization order problems,
+when initialization of globals defined in one translation unit uses
----------------
zaks.anna wrote:
> glider wrote:
> > IIRC this feature still doesn't work on OSX, shall we mention that?
> What about Android and FreeBSD?
Should work there.

================
Comment at: docs/AddressSanitizer.rst:192
@@ -124,3 +191,3 @@
 
-``__attribute__((no_sanitize_address))``
------------------------------------------------
+Disabling Instrumentation with ``__attribute__((no_sanitize_address))``
+-----------------------------------------------------------------------
----------------
zaks.anna wrote:
> glider wrote:
> > What about `__attribute__((no_sanitize("address")))`?
> Should we suggest using __attribute__((no_sanitize("address"))) instead of __attribute__((no_sanitize_address))?
> 
> And not mention __attribute__((no_sanitize_address)) at all?
Yeah, we want no_sanitize("list", "of", "sanitizers") to eventually replace it.

http://reviews.llvm.org/D10559

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list