From: Sean Silva Date: Mon, 9 Sep 2013 19:50:40 +0000 (+0000) Subject: [docs] Fix some finicky Sphinx warnings. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74106d3b7f0463d64a2af0265a412f31f9b3f6a1;p=clang [docs] Fix some finicky Sphinx warnings. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190336 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangTools.rst b/docs/ClangTools.rst index 9312e6baf0..ba1eac85c0 100644 --- a/docs/ClangTools.rst +++ b/docs/ClangTools.rst @@ -125,7 +125,7 @@ Ideas for new Tools ``foo`` is a standard container. We could also detect similar patterns for arrays. * ``make_shared`` / ``make_unique`` conversion. Part of this transformation -can be incorporated into the ``auto`` transformation. Will convert + can be incorporated into the ``auto`` transformation. Will convert .. code-block:: c++ diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index dc4563c197..65f4e7c63b 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -1682,6 +1682,7 @@ Clang provides overloaded builtins giving direct access to the three key ARM instructions for implementing atomic operations. .. code-block:: c + T __builtin_arm_ldrex(const volatile T *addr); int __builtin_arm_strex(T val, volatile T *addr); void __builtin_arm_clrex(void);