summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenHLSL/BasicFeatures/ArrayReturn.hlsl
AgeCommit message (Collapse)Author
2025-02-24[HLSL] Allow arrays to be returned by value in HLSL (#127896)Sarah Spall
Enable Arrays to be returned in HLSL, and a test for this. Closes #126568