[PATCH] D135721: [HLSL] Added HLSL this as a reference
Grace Jennings via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 11 16:18:36 PDT 2022
gracejennings marked an inline comment as done.
gracejennings added inline comments.
================
Comment at: clang/lib/Sema/HLSLExternalSemaSource.cpp:179
+ AST, SourceLocation(),
+ Constructor->getThisType().getTypePtr()->getPointeeType(), true);
+ This->setValueKind(ExprValueKind::VK_LValue);
----------------
python3kgae wrote:
> Should this be a reference type?
Could you expand on the question? I'm not sure I understand what you're asking. The two changes in this file were made to update the previous RWBuffer implementation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135721/new/
https://reviews.llvm.org/D135721
More information about the cfe-commits
mailing list