[all-commits] [llvm/llvm-project] b690ca: Update StructuredBuffer-AST test after removal of ...

Joshua Batista via All-commits all-commits at lists.llvm.org
Wed Sep 11 16:08:22 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b690cae01af03237f6b5304e00d529227137b53d
      https://github.com/llvm/llvm-project/commit/b690cae01af03237f6b5304e00d529227137b53d
  Author: Joshua Batista <jbatista at microsoft.com>
  Date:   2024-09-11 (Wed, 11 Sep 2024)

  Changed paths:
    M clang/test/AST/HLSL/StructuredBuffer-AST.hlsl

  Log Message:
  -----------
  Update StructuredBuffer-AST test after removal of HLSLResourceClassAttr (#108292)

In a previous PR, the `HLSLResourceClassAttr` attribute was removed from
the AST, in favor of using an attributed type that stores the same
information instead. This PR fixes test failures that assumed that
`HLSLResourceClassAttr` was still in the AST, and adjusts for the new
AST representation.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list