summaryrefslogtreecommitdiff
path: root/tests/language-feature/enums
AgeCommit message (Expand)Author
2024-06-12Add compiler option to treat enum types as unscoped. (#4354)Yong He
2024-06-10enable more metal tests (#4326)skallweitNV
2024-06-07Metal compute tests (#4292)skallweitNV
2024-04-16Fix for unscoped enums circular reference causing an error, #3959 (#3962)ArielG-NV
2024-04-02Allow enum values to be used as generic arguments. (#3874)Yong He
2024-04-01Allow bit operators on enum types. (#3862)Yong He
2024-03-14Support unscoped enums. (#3771)Yong He
2023-11-01Add mnemonic parsing for `intrinsic_type` modifier. (#3306)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2021-05-26Fix a bug for enumerations with explicit "tag type" (#1856)T. Foley
2021-01-15Convert more tests to use shader objects (#1659)Tim Foley
2020-08-14Fix an issue with explicit enum tag types (#1495)Tim Foley
2020-08-11Improvements to Casting (#1483)jsmall-nvidia
2020-06-17Add != operator for enum types (#1394)Tim Foley