diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2014-02-19 20:43:58 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2014-02-19 20:43:58 +0000 |
commit | 0580cd4ff5bea3dae8a1545ec29effa96af3942e (patch) | |
tree | 50c3f6fe1645cd043c18e23f8a42efc8e65f79ff /clang/docs/ThreadSafetyAnalysis.rst | |
parent | 9751a7285e2283f3447f1de691c298e2eb7a627e (diff) | |
download | bcm5719-llvm-0580cd4ff5bea3dae8a1545ec29effa96af3942e.tar.gz bcm5719-llvm-0580cd4ff5bea3dae8a1545ec29effa96af3942e.zip |
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.
llvm-svn: 201713
Diffstat (limited to 'clang/docs/ThreadSafetyAnalysis.rst')
-rw-r--r-- | clang/docs/ThreadSafetyAnalysis.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/ThreadSafetyAnalysis.rst b/clang/docs/ThreadSafetyAnalysis.rst index 809cc782d6a..dfef80b69fa 100644 --- a/clang/docs/ThreadSafetyAnalysis.rst +++ b/clang/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 ------------- |