]> granicus.if.org Git - clang/commitdiff
[docs] Fix some finicky Sphinx warnings.
authorSean Silva <silvas@purdue.edu>
Mon, 9 Sep 2013 19:50:40 +0000 (19:50 +0000)
committerSean Silva <silvas@purdue.edu>
Mon, 9 Sep 2013 19:50:40 +0000 (19:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190336 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangTools.rst
docs/LanguageExtensions.rst

index 9312e6baf09ab5b23f44fe766f6d044b95045c8d..ba1eac85c068df803abbd880985836eab084af37 100644 (file)
@@ -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++
 
index dc4563c197f777b803fb44da245102211289eae6..65f4e7c63b6727d04c02db3657e06ee51129e401 100644 (file)
@@ -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);