summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-decl.cpp
AgeCommit message (Expand)Author
2024-04-24Silent compiler warning about missing override keywords (#4018)Jay Kwak
2024-04-23Do not diagnose error when a symbols is defined as 'extern' and 'export' (#4010)kaizhangNV
2024-04-23use memberExpr instead of varExpr (#4008)ArielG-NV
2024-04-19Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV
2024-04-19add `-ignore-capabilities` flag (#3984)ArielG-NV
2024-04-16Fix for unscoped enums circular reference causing an error, #3959 (#3962)ArielG-NV
2024-04-16Init expressions for struct fields support, #3738 (#3907)ArielG-NV
2024-04-15[GFX] Fix d3d12 buffer view creation logic for StructuredBuffers. (#3954)Yong He
2024-04-03Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...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-27Allow var/param names to be the same as type name. (#3850)Yong He
2024-03-27Fix lookup to prevent finding `typedef` itself. (#3848)Yong He
2024-03-26Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV
2024-03-23Allow anonymous struct. (#3822)Yong He
2024-03-23Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)Yong He
2024-03-14Mesh shader refactoring and bugfixes (#3702)Ellie Hermaszewska
2024-03-14Add diagnostic on invalid type constraint. (#3769)Yong He
2024-03-13Fix side effect checking around storage buffer type. (#3762)Yong He
2024-03-13Add wrapper type synthesis logic for constructors. (#3756)Yong He
2024-03-11Link-time specialization fixes. (#3734)Yong He
2024-03-08Enhance link-time type test. (#3724)Yong He
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2024-03-04Implement short-circuit logic operator (#3635)kaizhangNV
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2024-02-20Language server robustness fix. (#3607)Yong He
2024-02-20Add wrapper type syntax for link time specialization. (#3606)Yong He
2024-02-20Support link time type specialization. (#3604)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-15Support loading serialized modules. (#3588)Yong He
2024-02-09Support link-time constants. (#3564)Yong He
2024-02-06Improve Capability System (#3555)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2024-01-25Fixes for `module` and `include`. (#3519)Yong He
2023-12-15GLSL SSBO Support (#3400)Ellie Hermaszewska
2023-12-11Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He
2023-12-08Handle import, entrypoint and global params in included files. (#3395)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-12-05Support `include` for pulling file into the current module. (#3377)Yong He
2023-11-29Improve generic type argument inference. (#3370)Yong He
2023-11-28Misc language server fixes. (#3357)Yong He
2023-11-14Add GLSL Compatibility. (#3321)Yong He
2023-11-06Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He
2023-11-03Add SubgroupQuad intrinsics for glsl/spirv. (#3310)Yong He
2023-11-03Add more diagnostics on invalid custom derivative use. (#3309)Yong He
2023-10-26Add more diagnostics around use of custom derivatives. (#3291)Yong He
2023-10-25Add `IArray`. (#3281)Yong He