Commentary

This commit is contained in:
Wilson Snyder 2010-12-26 09:40:17 -05:00
parent 850de5913d
commit 7b83d2de49
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -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)