commit | caf77196512fd866663b216486c3ae317c20a2bf | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Feb 23 15:34:40 2025 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Mar 07 08:09:29 2025 -0700 |
tree | 4195672c128106993dcb82306a3d7a15f84d2b80 | |
parent | 8f6ddbfc7dfd24b18d0b2ae2c47212ef85b45068 [diff] |
Handle ">>" in cp-name-parser.y I noticed that a certain name didn't work correctly when trying to remove the parameters. I put this into lookup_name_info-selftests.c. I tracked this down to the fact that cp-name-parser.y doesn't handle ">>" to end templates. This patch fixes this in a simple way -- accepting the "RSH" token where appropriate and then un-pushing a ">".