[PATCH] D131268: [HLSL] Generate buffer subscript operators

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 30 13:26:49 PDT 2022


beanz updated this revision to Diff 456774.
beanz added a comment.

Updating based on @aaron.ballman's feedback.

- Change reinterpret_cast -> static_cast
- Aaron likes `auto` more than me... but all in good places :D


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131268/new/

https://reviews.llvm.org/D131268

Files:
  clang/lib/Sema/HLSLExternalSemaSource.cpp
  clang/lib/Sema/SemaType.cpp
  clang/test/AST/HLSL/RWBuffer-AST.hlsl
  clang/test/CodeGenHLSL/buffer-array-operator.hlsl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131268.456774.patch
Type: text/x-patch
Size: 11127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220830/96043477/attachment.bin>


More information about the cfe-commits mailing list