python3kgae updated this revision to Diff 483171.
python3kgae added a comment.
Herald added a reviewer: aaron.ballman.
Change CBV implementation to
template
using ConstantBuffer = T;
Added new internal attribute HLSLConstantBufferView to mark CBV with
AttributedType.
Repository:
rG LLVM Gith
python3kgae updated this revision to Diff 481861.
python3kgae added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136743/new/
https://reviews.llvm.org/D136743
Files:
clang/lib/Sema/HLSLExternalSemaSource.cpp
clang/test/AST/HL
python3kgae updated this revision to Diff 470870.
python3kgae edited the summary of this revision.
python3kgae added a comment.
Fix windows test fail caused by dead ptr.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136743/new/
https://reviews.llvm
python3kgae created this revision.
python3kgae added reviewers: pow2clk, beanz, bogner.
Herald added a subscriber: Anastasia.
Herald added a project: All.
python3kgae requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Support ConstantBuffer by