summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/HLSLBufferLayoutBuilder.cpp
AgeCommit message (Expand)Author
2025-09-04[HLSL][NFC] Change line endings to LF (#156930)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-27[clang] AST: fix getAs canonicalization of leaf types (#155028)Matheus Izvekov
2025-08-26[clang] NFC: introduce Type::getAsEnumDecl, and cast variants for all TagDecl...Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-04-07[HLSL] Desugar ConstantArrayType when calculating cbuffer field layout (#134683)Sarah Spall
2025-04-07Revert "Reland [Clang][Cmake] fix libtool duplicate member name warnings" (#1...Farzon Lotfi
2025-04-07Reland [Clang][Cmake] fix libtool duplicate member name warnings (#133850)Farzon Lotfi
2025-03-31[HLSL] Fix codegen to support classes in `cbuffer` (#132828)Helena Kotas
2025-03-12[HLSL] Implement explicit layout for default constant buffer ($Globals) (#128...Helena Kotas
2025-02-22[HLSL] add parentheses in assertion to eliminate -Wparentheses warning (#128246)Oleksandr T.
2025-02-20[HLSL] Constant Buffers CodeGen (#124886)Helena Kotas