Don't make class SementicContext::Empty final. by hzeller · Pull Request #3776 · antlr/antlr4

@hzeller mentioned this pull request

Jul 6, 2022

@hzeller

The class does not implement the pure virtual methods so can
not be considered 'final'. Clang 10 and 11 complain about this.

Context: chipsalliance/Surelog#3081
Signed-off-by: Henner Zeller <h.zeller@acm.org>