Commentary
This commit is contained in:
parent
850de5913d
commit
7b83d2de49
|
|
@ -240,6 +240,7 @@ class FileLine {
|
|||
int m_lineno;
|
||||
string m_filename;
|
||||
bitset<V3ErrorCode::_ENUM_MAX> m_warnOn;
|
||||
// Consider moving opt.language() into here, so can know language per-node
|
||||
static FileLine s_defaultFileLine;
|
||||
struct EmptySecret {};
|
||||
protected:
|
||||
|
|
|
|||
|
|
@ -150,6 +150,7 @@ class V3Options {
|
|||
string m_xAssign; // main switch: --x-assign
|
||||
string m_topModule; // main switch: --top-module
|
||||
|
||||
// Consider moving m_language into FileLine, so can know language per-node
|
||||
V3LangCode m_language; // main switch: --language
|
||||
|
||||
// MEMBERS (optimizations)
|
||||
|
|
|
|||
Loading…
Reference in New Issue