[all-commits] [llvm/llvm-project] 84cdea: [HLSL] Add helpers to simplify HLSL resource type ...

Justin Bogner via All-commits all-commits at lists.llvm.org
Thu Dec 7 17:28:35 PST 2023


  Branch: refs/heads/users/bogner/spr/main.hlsl-add-helpers-to-simplify-hlsl-resource-type-declarations-nfc
  Home:   https://github.com/llvm/llvm-project
  Commit: 84cdead6fffe6b202c153ac6ecd56d95f5179ce8
      https://github.com/llvm/llvm-project/commit/84cdead6fffe6b202c153ac6ecd56d95f5179ce8
  Author: Justin Bogner <mail at justinbogner.com>
  Date:   2023-12-07 (Thu, 07 Dec 2023)

  Changed paths:
    M clang/include/clang/Sema/HLSLExternalSemaSource.h
    M clang/lib/Sema/HLSLExternalSemaSource.cpp

  Log Message:
  -----------
  [HLSL] Add helpers to simplify HLSL resource type declarations. NFC (#73967)

A few changes to HLSLExternalSemaSource and its BuiltinTypeDeclBuilder
to make defining buffer types less verbose. This will make it a lot
easier to see what the differences between the various buffer types
are once we start introducing more of them.




More information about the All-commits mailing list