summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/class-keyword.slang
Commit message (Collapse)AuthorAge
* Support `class` types. (#2321)Yong He2022-07-12
| | | | | | | | | * Support `class` types. * Ignore class-keyword test * Fix codereview comments and warnings. Co-authored-by: Yong He <yhe@nvidia.com>
* Disable `class` keyword to define a new type (#2212)jsmall-nvidia2022-04-28
* #include an absolute path didn't work - because paths were taken to always be relative. * Disable class keyword. * Add class keyword test. * Fix test diagnostic.