antlr4-cpp-runtime
antlr4-cpp-runtime copied to clipboard
Standalone ANTLR4 C++ runtime
Results
2
antlr4-cpp-runtime issues
Sort by
recently updated
recently updated
newest added
I'm using this from Windows and the compiler arguments are not valid for MSVC
Full message: ``` warning: ‘virtual bool antlr4::tree::ParseTree::operator==(const antlr4::tree::ParseTree&) const’ was hidden [-Woverloaded-virtual=] 49 | virtual bool operator == (const ParseTree &other) const; | ^~~~~~~~ antlr4-cpp-runtime/runtime/src/RuleContext.h:132:10: note: by ‘bool antlr4::RuleContext::operator==(const antlr4::RuleContext&)’...