[all-commits] [llvm/llvm-project] 1d8fad: [HLSL] Allow resource type attributes only on `__h...
Helena Kotas via All-commits
all-commits at lists.llvm.org
Thu Sep 26 14:46:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d8fad9fef4b2f1637498a017c44f0e8ebac20f8
https://github.com/llvm/llvm-project/commit/1d8fad9fef4b2f1637498a017c44f0e8ebac20f8
Author: Helena Kotas <hekotas at microsoft.com>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/SemaHLSL.h
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaType.cpp
M clang/test/ParserHLSL/hlsl_contained_type_attr_error.hlsl
M clang/test/ParserHLSL/hlsl_is_rov_attr_error.hlsl
M clang/test/ParserHLSL/hlsl_raw_buffer_attr_error.hlsl
M clang/test/ParserHLSL/hlsl_resource_class_attr_error.hlsl
Log Message:
-----------
[HLSL] Allow resource type attributes only on `__hlsl_resource_t` (#110143)
Resource type attributes should only ever be used on the intangible type
`__hlsl_resource_t`.
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