This fixes a bug in the C++ grammar where the `>>` token was merged into a state where it was previously not valid, but the `>` token *was* valid. This caused nested templates like - std::vector<std::pair<int, int>> to not parse correctly. |
||
|---|---|---|
| .. | ||
| lex_conflict_manager_test.cc | ||
| lex_item_test.cc | ||
| lex_table_builder_test.cc | ||
| parse_item_set_builder_test.cc | ||
| rule_can_be_blank_test.cc | ||