We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a21196 commit fea55dbCopy full SHA for fea55db
clang-tools-extra/docs/clang-tidy/checks/misc/coroutine-hostile-raii.rst
@@ -20,9 +20,9 @@ you must do so without allowing the coroutine to suspend in the meantime.
20
Following types are considered as hostile:
21
22
- Scoped-lockable types: A scoped-lockable object persisting across a suspension
23
- point is problematic as the lock held by this object could be unlocked by a
24
- different thread. This would be undefined behaviour.
25
- This includes all types annotated with the ``scoped_lockable`` attribute.
+ point is problematic as the lock held by this object could be unlocked by a
+ different thread. This would be undefined behaviour.
+ This includes all types annotated with the ``scoped_lockable`` attribute.
26
27
- Types belonging to a configurable denylist.
28
0 commit comments