summaryrefslogtreecommitdiff
path: root/clang/lib/Sema/HLSLBuiltinTypeDeclBuilder.cpp
AgeCommit message (Expand)Author
2025-11-21[HLSL] Add Load overload with status (#166449)Joshua Batista
2025-10-17[HLSL] GetDimensions methods for buffer resources (#161929)Helena Kotas
2025-10-09[SPIRV][HLSL] Add Sema and CodeGen for implicit typed buffer counters (#162291)Steven Perron
2025-10-02[HLSL] [SPIR-V] Add counter member for typed buffer (#161414)Steven Perron
2025-09-23[HLSL][NFC] Builtin type declaration builder cleanup (#160375)Helena Kotas
2025-09-17[HLSL] Remove resource constructors with binding (#157008)Helena Kotas
2025-09-16[HLSL] Use static create methods to initialize individual resources (#156544)Helena Kotas
2025-09-10[HLSL] Add static methods for resource initialization (#155866)Helena Kotas
2025-09-06[HLSL] Add copy assignment and construtor to resource types (#156075)Steven Perron
2025-09-03[HLSL] Reorder arguments of __builtin_hlsl_resource_handlefromimplicitbinding...Helena Kotas
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-11[HLSL] Disallow writing to readonly resources (#147806)Ashley Coleman
2025-05-27[HLSL] Add resource name argument to resource class constructors (#139985)Helena Kotas
2025-05-14[HLSL] Add resource constructor with implicit binding for global resources (#...Helena Kotas
2025-04-29[HLSL] Resource initialization by constructors (#135120)Helena Kotas
2025-04-22[HLSL] Use hlsl_device address space for getpointer. (#127675)Steven Perron
2025-03-28[HLSL][NFC] Use method builder to create default resource constructor (#131384)Helena Kotas
2025-03-24[HLSL][NFC] Refactor HLSLExternalSemaSource (#131032)Helena Kotas