[PATCH] D123167: [HLSL] Pointers are unsupported in HLSL
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 6 14:00:57 PDT 2022
tschuett added a comment.
In D123167#3434349 <https://reviews.llvm.org/D123167#3434349>, @beanz wrote:
> In D123167#3434346 <https://reviews.llvm.org/D123167#3434346>, @tschuett wrote:
>
>> Do you need a SemaHLSL.cpp file similar to SemaSYCL.cpp?
>
> Yes absolutely. I haven't yet added any Sema-specific validations yet that are complex enough to break out, but we will 100% get there soon.
Is the downstream compiler also relying on the parser?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123167/new/
https://reviews.llvm.org/D123167
More information about the cfe-commits
mailing list