summaryrefslogtreecommitdiffstats
path: root/slang.h
diff options
context:
space:
mode:
authorArielG-NV <159081215+ArielG-NV@users.noreply.github.com>2024-04-19 16:39:05 -0400
committerGitHub <noreply@github.com>2024-04-19 13:39:05 -0700
commitadbaf8f23d7ef8c8e7786e8be706a47adce3f2ef (patch)
tree044f4ce03a172557997de5237a65e3342a35e3ea /slang.h
parent7c162eba5329eae7755e55298a455a144fcb0dce (diff)
add `-ignore-capabilities` flag (#3984)
`-ignore-capabilities` flag allows ignoring capability incompatibilities/discontinuity errors/warnings. We still process capabilities (needed for stdlib). Added to capability tests to ensure everything is working as intended. More will be added in the full stdlib capabilities implementation.
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/slang.h b/slang.h
index 7ee7c2697..1b7737f18 100644
--- a/slang.h
+++ b/slang.h
@@ -842,6 +842,7 @@ extern "C"
Language,
MatrixLayoutColumn, // bool
MatrixLayoutRow, // bool
+ IgnoreCapabilities, // bool
ModuleName, // stringValue0: module name.
Output,
Profile, // intValue0: profile