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 f570f36 commit bda176eCopy full SHA for bda176e
lkql_checker/src/rule_commands.ads
@@ -80,6 +80,8 @@ package Rule_Commands is
80
-- other.
81
82
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.
85
86
Follow_Instantiations : Boolean;
87
-- Whether we should follow generic instantiations or not for this rule.
0 commit comments