From 4e72a4060432bd1cef30ee73600399430e07cec2 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Thu, 14 Mar 2013 12:53:46 +0000 Subject: [PATCH] Documentation: improve formatting llvm-svn: 177066 --- clang/docs/AddressSanitizer.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst index 57cb4fe..89e8644 100644 --- a/clang/docs/AddressSanitizer.rst +++ b/clang/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 =================== -- 2.7.4