summaryrefslogtreecommitdiff
path: root/src/core/parser/ParserScope.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-17 18:28:11 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-17 18:28:11 +0100
commit7acce0fb451f119fe0487d7a859950744d3b9e23 (patch)
treeca77bbdb05003038bba0f97dffe8085063cdb2e2 /src/core/parser/ParserScope.hpp
parentcc3cfd7db6a535bc193da648b14a51e2824c0d17 (diff)
Fixed issue #78 and added unit test
Diffstat (limited to 'src/core/parser/ParserScope.hpp')
-rw-r--r--src/core/parser/ParserScope.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/parser/ParserScope.hpp b/src/core/parser/ParserScope.hpp
index 185b845..24af6b8 100644
--- a/src/core/parser/ParserScope.hpp
+++ b/src/core/parser/ParserScope.hpp
@@ -797,8 +797,10 @@ public:
* pending deferred resolutions is cleared after this function has run.
*
* @param logger is the logger instance into which errors should be logged.
+ * @param postpone if set to true, postpones issuing any error messages and
+ * waits for node resolution.
*/
- bool performDeferredResolution(Logger &logger);
+ bool performDeferredResolution(Logger &logger, bool postpone = false);
};
}