diff options
author | Finn Plummer <canadienfinn@gmail.com> | 2025-04-23 11:51:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-23 11:51:24 -0700 |
commit | b8e420e424b41f67019155055f4f600ba0454189 (patch) | |
tree | e5f98eb76a941f614702c7817f7a84d070ffb147 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | a0fce0ba31277b6cbdb335a9529477415a01760d (diff) | |
download | llvm-b8e420e424b41f67019155055f4f600ba0454189.zip llvm-b8e420e424b41f67019155055f4f600ba0454189.tar.gz llvm-b8e420e424b41f67019155055f4f600ba0454189.tar.bz2 |
Reland "[HLSL][RootSignature] Implement initial parsing of the descriptor table clause params" (#136740)
This pr relands #133800.
It addresses the compilation error of using a shadowed name `Register`
for both the struct name and the data member holding this type:
`Register Register`. It resolves the issues my renaming the data members
called `Register` to `Reg`.
This issue was not caught as the current pre-merge checks do not include
a build of `llvm;clang` using the gcc/g++ compilers and this is not
erroneous with clang/clang++.
Second part of #126569
---------
Co-authored-by: Finn Plummer <finnplummer@microsoft.com>
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions