]> granicus.if.org Git - clang/commitdiff
Documentation: improve formatting
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 14 Mar 2013 12:53:46 +0000 (12:53 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 14 Mar 2013 12:53:46 +0000 (12:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177066 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AddressSanitizer.rst

index 57cb4fe7c8c0616153f2d1bea05e4707d6cebdc1..89e86445000904f7b8eb2971613acde1c666fa9a 100644 (file)
@@ -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
 ===================