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
201201 .. index :: --show-instantiation-chain
202202
203203``--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.
206206
207207 .. index :: --brief
208208
@@ -323,7 +323,7 @@ This file must be a valid LKQL file that exports at least a ``rules`` top-level
323323symbol. This symbol must refer to an object value containing rules
324324configuration; keys are GNATcheck rules to enable; and values are objects
325325containing 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.
327327
328328::
329329
@@ -948,7 +948,7 @@ The following switches from the old ``gnatcheck`` are no longer supported:
948948 This switch is no longer supported. You can use the GNAT Studio rule editor
949949 instead to create a coding standard file.
950950
951- .. _New_Instance_System
951+ .. _New_Instance_System :
952952
953953The new rule instance system
954954----------------------------
Original file line number Diff line number Diff line change @@ -239,6 +239,10 @@ Functions
239239
240240 Return the ultimately designated ``ExceptionDecl ``, going through renamings
241241
242+ .. function :: ultimate_generic_alias(name)
243+
244+ Return the ultimately designated ``GenericDecl ``, going through renamings
245+
242246.. function :: ultimate_prefix(n)
243247
244248 Return ``n.f_prefix `` as long as ``n `` is a ``DottedName `` and
You can’t perform that action at this time.
0 commit comments