summaryrefslogtreecommitdiff
path: root/tests/diagnostics
AgeCommit message (Expand)Author
2025-02-24Clone name hint decoration when emiting Undefined (#6415)Jay Kwak
2025-02-24Legalize array size of SV_TessFactor and SV_InsideTessFactor (#6409)Jay Kwak
2025-02-19Fix zero size array handling in slangc (#6399)Mukund Keshava
2025-02-18Add new zero size array test. (#6379)Mukund Keshava
2025-02-13Disallow only resources in constant buffers in parameterblocks on metal (#6342)Ellie Hermaszewska
2025-02-12Fix crash when handling uninitialized resource type (#6338)kaizhangNV
2025-02-11Add checking for differentiability of the primal substitute function. (#6277)Sai Praveen Bangaru
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-02-04Fix warning about push constants, shaderRecordEXT (#6269)cheneym2
2025-01-29Fix combined sampler documentation and warning (#6207)cheneym2
2025-01-24Add bgra8 format (#6163)Darren Wihandi
2025-01-24improve error message on generic value decls (#6169)Darren Wihandi
2025-01-23Fix incorrect resolve of specialization instance (#6162)Jay Kwak
2025-01-17Refactor _Texture to constrain on texel types. (#6115)Yong He
2025-01-15Inline global constants that contains opaque handles for legalization. (#6098)Yong He
2025-01-14Fix #5354, change diagnostic definition error message and expect output in te...wij
2025-01-10Fix potential test failures due to SPIRV validation failure (#6047)Jay Kwak
2025-01-07Use disassemble API from SPIRV-Tools (#6001)Jay Kwak
2024-12-30Check for undefined %id in spirv_asm block. (#5966)Yong He
2024-12-30Check mismatching method parameter direction against interface declaration. (...Yong He
2024-12-18Check decl nesting for namespaces. (#5910)Yong He
2024-12-17Add verification logic on push and specialization constants. (#5887)Yong He
2024-12-10Enable exprs for GLSL binding layout qualifiers (#5807)Darren
2024-12-09Report error on nested functions. (#5792)Yong He
2024-12-09Fix crash on recursive types. (#5796)Yong He
2024-12-03Conform non-suffixed integer literals (#5717)Darren Wihandi
2024-11-22[AD] Add support for resolving custom derivatives where generic parameters ca...Sai Praveen Bangaru
2024-11-20Change how DeclRef::toText works (#5592)Sai Praveen Bangaru
2024-10-30Constant-fold for the type-casting in switch-case labels (#5436)Jay Kwak
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
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