summaryrefslogtreecommitdiff
path: root/tests/diagnostics
AgeCommit message (Expand)Author
2024-10-20Properly check switch case. (#5341)Yong He
2024-09-19Add diagnostic to verify the left hand side of a generic constraint. (#5112)Yong He
2024-09-18Lower the priority of looking up the rank of scope (#5065)kaizhangNV
2024-09-18Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He
2024-09-09Add load paths to return value check (#5042)venkataram-nv
2024-09-05Support entrypoints defined in a namespace. (#5011)Yong He
2024-09-04Fix extension override behavior, and disallow extension on interface types. (...Yong He
2024-08-28Ignoring construct field warnings on delegatory methods (#4911)venkataram-nv
2024-08-16Include inout cast operation as an aliasing instruction (#4859)venkataram-nv
2024-08-14Do not zero-initialize groupshared and rayquery variables (#4838)ArielG-NV
2024-08-12Warn when inout parameter is never written (#4777)venkataram-nv
2024-07-31Warnings target switch intrinsic asm (#4727)venkataram-nv
2024-07-30Fixes for Metal ParameterBlock support. (#4752)Yong He
2024-07-26Disable warnings for input global variables (#4745)venkataram-nv
2024-07-19Fix the issue of name mangling (#4691)kaizhangNV
2024-07-18Warnings for uninitialized fields in constructors (#4680)venkataram-nv
2024-07-18Fix bug with uninititialized warnings in nested scopes (#4677)venkataram-nv
2024-07-18Add unexpected end of input error to lexer (#4673)Ellie Hermaszewska
2024-07-16Warnings function parameters (#4626)venkataram-nv
2024-07-09Warnings for uninitialized values (#4530)venkataram-nv
2024-06-11Support integer typed textures for GLSL (#4329)Jay Kwak
2024-06-11Fix `GetAttributeAtVertex` for spirv and glsl targets. (#4334)Yong He
2024-06-08SPIRV `Block` decoration fixes. (#4303)Yong He
2024-06-04Print warning when operator<< shifting too much (#4255)Jay Kwak
2024-05-15Add diagnostic to prevent defining unsized variables. (#4168)Yong He
2024-05-03Add host shared library target. (#4098)Yong He
2024-04-30Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)Sai Praveen Bangaru
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-04-05Fix __init() functions that returns an existing value (#3866)sriramm-nv
2024-04-03Fix assertions due to malformed switch statements (#3858)sriramm-nv
2024-04-01Support SM6.6 keyword "WaveSize" (#3871)Jay Kwak
2024-04-01Allow bit operators on enum types. (#3862)Yong He
2024-03-21Support arrow operator `->` on pointers. (#3812)Yong He
2024-03-18Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)Yong He
2024-03-14Add diagnostic on invalid type constraint. (#3769)Yong He
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2024-03-05[slangc] generate an error when `-entry` is not specified for targets that re...Yong He
2024-03-01Make slangc commandline parsing compatible with renderdoc. (#3658)Yong He
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-20Language server robustness fix. (#3607)Yong He
2024-02-20Support link time type specialization. (#3604)Yong He
2024-02-06Improve Capability System (#3555)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2024-02-01Add slangc option to specialize entrypoint + auto glsl mode. (#3531)Yong He
2023-12-12Define `Texture::Sample` for float element types only. (#3403)Yong He
2023-12-12Add check for invalid use of modifiers. (#3402)Yong He
2023-12-11Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He
2023-12-06Change default visibility of interface members and update docs. (#3381)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-11-29Improve generic type argument inference. (#3370)Yong He