llvm / wg-hlsl

HLSL Working Group documentation and task tracking.
Other
11 stars 12 forks source link

[Sema] Update resource class attribute tests #43

Closed bob80905 closed 2 months ago

bob80905 commented 3 months ago

Currently, the hlsl::resource_class attribute is applied onto field decls in tests created in https://github.com/llvm/llvm-project/pull/97103. This will soon be an incorrect representation of how the attribute will be applied to resource types, because @hekota will be changing these attributes to apply to the field type instead. So, the hlsl_resource_class* tests need to be retroactively updated to account for this change, and any necessary expected check lines need to be adjusted.

hekota commented 2 months ago

This has been fixed by llvm/llvm-project#107160