mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[docs] Fix some finicky Sphinx warnings.
llvm-svn: 190336
This commit is contained in:
parent
550c76dbd6
commit
a928c24984
@ -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++
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user