aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-03-14 12:53:46 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-03-14 12:53:46 +0000
commit23219daa70d2e4735bc8660a86c80cac37824afe (patch)
tree46dc6956fa03e5229c0f00999a3600c2cc8ee707 /docs
parentf37b1e2415806ba7644515edfeb5398e3be01553 (diff)
Documentation: improve formatting
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/AddressSanitizer.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/AddressSanitizer.rst b/docs/AddressSanitizer.rst
index 57cb4fe7c8..89e8644500 100644
--- a/docs/AddressSanitizer.rst
+++ b/docs/AddressSanitizer.rst
@@ -117,15 +117,15 @@ supported by other compilers, so we suggest to use it together with
``__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
===================