Query analysis: fix propagation of uncertainty from later siblings

This commit is contained in:
Max Brunsfeld 2020-06-26 16:31:08 -07:00
parent 645aacb1e7
commit cc37da7457
5 changed files with 99 additions and 67 deletions

View file

@ -722,6 +722,7 @@ const TSQueryPredicateStep *ts_query_predicates_for_pattern(
bool ts_query_pattern_is_definite(
const TSQuery *self,
uint32_t pattern_index,
TSSymbol symbol,
uint32_t step_index
);