Skip to content
Snippets Groups Projects
Commit 1228d66b authored by Dmitri Gribenko's avatar Dmitri Gribenko
Browse files

Documentation: LanguageExtensions.rst: convert link to :doc: style and fix up

heading underline.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170272 91177308-0d34-0410-b5e6-96231b3b80d8
parent 1bdbe4d2
No related branches found
No related tags found
No related merge requests found
......@@ -1499,7 +1499,7 @@ Which compiles to (on X86-32):
ret
Extensions for Static Analysis
===================================
==============================
Clang supports additional attributes that are useful for documenting program
invariants and rules for static analysis tools, such as the `Clang Static
......@@ -1509,7 +1509,7 @@ in the analyzer's `list of source-level annotations
Extensions for Dynamic Analysis
====================================
===============================
.. _langext-address_sanitizer:
......@@ -1517,7 +1517,7 @@ AddressSanitizer
----------------
Use ``__has_feature(address_sanitizer)`` to check if the code is being built
with `AddressSanitizer <AddressSanitizer.html>`_.
with :doc:`AddressSanitizer`.
Use ``__attribute__((no_address_safety_analysis))`` on a function declaration
to specify that address safety instrumentation (e.g. AddressSanitizer) should
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment