MCPcopy Create free account
hub / github.com/Nic30/hdlConvertor / SyntaxErrorLogger

Method SyntaxErrorLogger

src/syntaxErrorLogger.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using namespace std;
17
18SyntaxErrorLogger::SyntaxErrorLogger() :
19 antlr4::ANTLRErrorListener(), file_line_map(nullptr) {
20}
21
22void SyntaxErrorLogger::check_errors() {
23 stringstream error_msg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected