[all-commits] [llvm/llvm-project] d8df11: [HLSL] Array by-value assignment (#109323)
Sarah Spall via All-commits
all-commits at lists.llvm.org
Tue Oct 1 11:03:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8df118545bf0aff3b03d923ca1aa205e7e74f43
https://github.com/llvm/llvm-project/commit/d8df118545bf0aff3b03d923ca1aa205e7e74f43
Author: Sarah Spall <sarahspall at microsoft.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M clang/include/clang/AST/CanonicalType.h
M clang/lib/AST/ExprClassification.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/Sema/SemaOverload.cpp
A clang/test/AST/HLSL/ArrayAssignable.hlsl
A clang/test/CodeGenHLSL/ArrayAssignable.hlsl
A clang/test/SemaHLSL/ArrayAssignable_errors.hlsl
Log Message:
-----------
[HLSL] Array by-value assignment (#109323)
Make Constant Arrays in HLSL assignable.
Closes #109043
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list