From 7b83d2de4944d85c5206cf243260d0beded57afa Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 26 Dec 2010 09:40:17 -0500 Subject: [PATCH] Commentary --- src/V3Error.h | 1 + src/V3Options.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/V3Error.h b/src/V3Error.h index 7ba5f8c61..ce51c975e 100644 --- a/src/V3Error.h +++ b/src/V3Error.h @@ -240,6 +240,7 @@ class FileLine { int m_lineno; string m_filename; bitset m_warnOn; + // Consider moving opt.language() into here, so can know language per-node static FileLine s_defaultFileLine; struct EmptySecret {}; protected: diff --git a/src/V3Options.h b/src/V3Options.h index aaad11c78..353fc1801 100644 --- a/src/V3Options.h +++ b/src/V3Options.h @@ -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)