summaryrefslogtreecommitdiffstats
path: root/docs/ThreadSafetyAnalysis.rst
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-02-19 20:43:58 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-02-19 20:43:58 +0000
commit06c8a76a0fa106e08fcb876b246a69c223af1629 (patch)
treec1b0898df47d2dc418d37ee2bfb175c001cee34b /docs/ThreadSafetyAnalysis.rst
parent3256fe5912706c3f04089cf981c12bc9b4caf6c3 (diff)
Some of these headings had the incorrect number of "underlines" and so would get warnings when generating the content from Sphinx. No functional changes intended.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201713 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ThreadSafetyAnalysis.rst')
-rw-r--r--docs/ThreadSafetyAnalysis.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ThreadSafetyAnalysis.rst b/docs/ThreadSafetyAnalysis.rst
index 809cc782d6..dfef80b69f 100644
--- a/docs/ThreadSafetyAnalysis.rst
+++ b/docs/ThreadSafetyAnalysis.rst
@@ -80,7 +80,7 @@ as such (using ``LOCK``/``UNLOCK_FUNCTION``).
Running The Analysis
----------------------
+--------------------
To run the analysis, simply compile with the ``-Wthread-safety`` flag, e.g.
@@ -388,7 +388,7 @@ as ``(UN)LOCK_FUNCTION``. See :ref:`mutexheader`, below, for example uses.
ASSERT_EXCLUSIVE_LOCK(...) and ASSERT_SHARED_LOCK(...)
---------------------------------------------------
+------------------------------------------------------
These are attributes on a function or method that does a run-time test to see
whether the calling thread holds the given capability. The function is assumed
@@ -437,7 +437,7 @@ Frequently Asked Questions
.. _limitations:
Known Limitations
-==================
+=================
Lexical scope
-------------