summaryrefslogtreecommitdiff
path: root/src/parser/antlr_input.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-06-07 20:45:13 +0000
committerMorgan Deters <mdeters@gmail.com>2012-06-07 20:45:13 +0000
commite568f34e1f4713c678336fbef1006e585128d466 (patch)
treea20636a5d50a84d22016f278e9f3a036436125dd /src/parser/antlr_input.h
parentd71827eef17c181d225f64ea59d26c34d76b9b1e (diff)
LogicInfo locking implemented, and some initialization-order issues in SmtEngine resolved.
ALL_SUPPORTED and QF_ALL_SUPPORTED logics now supported by SMT-LIB parsers. In SMT-LIBv2, if a (set-logic..) command is missing, ALL_SUPPORTED is assumed, and a warning is issued, as discussed on the cvc4-devel mailing list.
Diffstat (limited to 'src/parser/antlr_input.h')
-rw-r--r--src/parser/antlr_input.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parser/antlr_input.h b/src/parser/antlr_input.h
index bdf5fe59e..84b5099fb 100644
--- a/src/parser/antlr_input.h
+++ b/src/parser/antlr_input.h
@@ -197,6 +197,11 @@ protected:
pANTLR3_COMMON_TOKEN_STREAM getTokenStream();
/**
+ * Issue a non-fatal warning to the user with file, line, and column info.
+ */
+ void warning(const std::string& msg);
+
+ /**
* Throws a <code>ParserException</code> with the given message.
*/
void parseError(const std::string& msg)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback