diff options
| author | Yong He <yonghe@outlook.com> | 2024-06-12 09:45:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-12 09:45:26 -0700 |
| commit | 318adcc27b8d89ec1d47c445a93239dd81be0b31 (patch) | |
| tree | 939ae1ffe9a3e81a17d03e4c92c8ee13c6d822e8 /slang.h | |
| parent | ec35febb7f1dcc981e83c7ee3e52ab516b50be8a (diff) | |
Add compiler option to treat enum types as unscoped. (#4354)
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
