r177066 - Documentation: improve formatting
Dmitri Gribenko
gribozavr at gmail.com
Thu Mar 14 05:53:46 PDT 2013
Author: gribozavr
Date: Thu Mar 14 07:53:46 2013
New Revision: 177066
URL: http://llvm.org/viewvc/llvm-project?rev=177066&view=rev
Log:
Documentation: improve formatting
Modified:
cfe/trunk/docs/AddressSanitizer.rst
Modified: cfe/trunk/docs/AddressSanitizer.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AddressSanitizer.rst?rev=177066&r1=177065&r2=177066&view=diff
==============================================================================
--- cfe/trunk/docs/AddressSanitizer.rst (original)
+++ cfe/trunk/docs/AddressSanitizer.rst Thu Mar 14 07:53:46 2013
@@ -117,15 +117,15 @@ supported by other compilers, so we sugg
``__has_feature(address_sanitizer)``. Note: currently, this attribute will be
lost if the function is inlined.
-``Initialization order checking``
----------------------------------
+Initialization order checking
+-----------------------------
AddressSanitizer can optionally detect dynamic initialization order problems,
when initialization of globals defined in one translation unit uses
globals defined in another translation unit. To enable this check at runtime,
you should set environment variable
``ASAN_OPTIONS=check_initialization_order=1``.
-
+
Supported Platforms
===================
More information about the cfe-commits
mailing list