File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
lkql_checker/doc/gnatcheck_rm Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ The following switches control the general ``gnatcheck`` behavior
201
201
.. index :: --show-instantiation-chain
202
202
203
203
``--show-instantiation-chain ``
204
- For reported generic instantiation constructs, display a chain of source
205
- location going from the generic unit to the instantiation.
204
+ For reported generic instantiation constructs, display a chain of source
205
+ location going from the generic unit to the instantiation.
206
206
207
207
.. index :: --brief
208
208
@@ -323,7 +323,7 @@ This file must be a valid LKQL file that exports at least a ``rules`` top-level
323
323
symbol. This symbol must refer to an object value containing rules
324
324
configuration; keys are GNATcheck rules to enable; and values are objects
325
325
containing rule parameters. A rule parameter value can be a boolean, an
326
- integer, a string or a list of strings.
326
+ integer, a string, or a list of strings.
327
327
328
328
::
329
329
@@ -948,7 +948,7 @@ The following switches from the old ``gnatcheck`` are no longer supported:
948
948
This switch is no longer supported. You can use the GNAT Studio rule editor
949
949
instead to create a coding standard file.
950
950
951
- .. _New_Instance_System
951
+ .. _New_Instance_System :
952
952
953
953
The new rule instance system
954
954
----------------------------
Original file line number Diff line number Diff line change @@ -239,6 +239,10 @@ Functions
239
239
240
240
Return the ultimately designated ``ExceptionDecl ``, going through renamings
241
241
242
+ .. function :: ultimate_generic_alias(name)
243
+
244
+ Return the ultimately designated ``GenericDecl ``, going through renamings
245
+
242
246
.. function :: ultimate_prefix(n)
243
247
244
248
Return ``n.f_prefix `` as long as ``n `` is a ``DottedName `` and
You can’t perform that action at this time.
0 commit comments