Skip to content

Commit bda176e

Browse files
committed
[SB05-065] lkql: add missing field comment
Change-Id: I42553779da4c3d49525e7676a01902c3ad626bb5
1 parent f570f36 commit bda176e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lkql_checker/src/rule_commands.ads

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ package Rule_Commands is
8080
-- other.
8181

8282
Kind_Pattern : L.Node_Kind_Pattern;
83+
-- If we determined that the rule only needs to run on a specific node
84+
-- kind, store the corresponding node pattern here.
8385

8486
Follow_Instantiations : Boolean;
8587
-- Whether we should follow generic instantiations or not for this rule.

0 commit comments

Comments
 (0)