commit | 02a8d05fc67915ada76b45f9f10b11baf57d5278 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Feb 22 12:56:09 2022 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Apr 04 12:46:09 2022 -0600 |
tree | df16372bb09613b4aee4d178517b1adadf6e7026 | |
parent | 67700be2867e6f03d7e0891a47429aab2b879551 [diff] |
Remove the Ada DOT_ALL token The Ada parser has a DOT_ALL token to represent ".all", and another token to represent other ".<identifier>" forms. However, for completion it is a bit more convenient to unify these cases, so this patch removes DOT_ALL.