summaryrefslogtreecommitdiffstats
path: root/slang.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-06-12 09:45:26 -0700
committerGitHub <noreply@github.com>2024-06-12 09:45:26 -0700
commit318adcc27b8d89ec1d47c445a93239dd81be0b31 (patch)
tree939ae1ffe9a3e81a17d03e4c92c8ee13c6d822e8 /slang.h
parentec35febb7f1dcc981e83c7ee3e52ab516b50be8a (diff)
Add compiler option to treat enum types as unscoped. (#4354)
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 d807efec4..ea87daeb4 100644
--- a/slang.h
+++ b/slang.h
@@ -865,6 +865,7 @@ extern "C"
MinimumSlangOptimization, // bool
DisableNonEssentialValidations, // bool
DisableSourceMap, // bool
+ UnscopedEnum, // bool
PreserveParameters, // bool: preserve all resource parameters in the output code.
// Target