antlr / antlr4

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
http://antlr.org
BSD 3-Clause "New" or "Revised" License
16.68k stars 3.23k forks source link

fix: suppress more "this-escape" warnings from JDK 21 #4615

Open combolek opened 1 month ago

combolek commented 1 month ago

This is a followup to 851ddee4 and PR #4486. Parser constructor needs a similar pragma.

Signed-off-by: combolek 4743344+combolek@users.noreply.github.com