summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-09-02 15:25:44 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-09-02 15:47:11 +0200
commit1430c461d4a45026331663989113feb195588255 (patch)
tree2e1de04b82073d4f992eebbe4c224837ea40a04f /doc
parentaaa657e45450e31103b1bc6fa2f2c668f23f99b6 (diff)
downloadvala-1430c461d4a45026331663989113feb195588255.tar.gz
Add boolean CodeContext.keep_going and corresponding compiler option
If keep_going is set then check() will continue after hitting errors in resolver and analyzer.
Diffstat (limited to 'doc')
-rw-r--r--doc/valac.13
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/valac.1 b/doc/valac.1
index bf85d0e27..054ec6c9b 100644
--- a/doc/valac.1
+++ b/doc/valac.1
@@ -141,6 +141,9 @@ Treat warnings as fatal
\fB\-\-disable\-since\-check\fR
Do not check whether used symbols exist in local packages
.TP
+\fB\-k\fR, \fB\-\-keep\-going\fR
+Continue as much as possible after an error
+.TP
\fB\-\-enable\-experimental\-non\-null\fR
Enable experimental enhancements for non\-null types
.TP