Skip to content

Commit 0e74f58

Browse files
committed
Merge branch 'topic/update_stdlib' into 'master'
Update stdlib.rst See merge request eng/libadalang/langkit-query-language!417
2 parents 8cdbcfd + 09b4993 commit 0e74f58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

user_manual/generated/stdlib.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ Functions
181181
Get whether the given node is a Name representing the standard True
182182
literal.
183183

184+
.. function:: is_tasking_construct(node)
185+
186+
Returns whether the given node is a construct related to Ada tasking,
187+
in other words: All constructs described in the section 9 of Ada RM.
188+
184189
.. function:: is_unchecked_conversion(node)
185190

186191
Return true if node represents an instantiation of the

0 commit comments

Comments
 (0)