[PATCH] D158803: [Sema][HLSL] Consolidate handling of HLSL attributes
Justin Bogner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 28 13:59:05 PDT 2023
bogner updated this revision to Diff 554044.
bogner added a comment.
- Now with more const
- Added DiagnoseHLSLAttrStageMismatch and avoided using raw strings in diagnostics
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158803/new/
https://reviews.llvm.org/D158803
Files:
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/CodeGenHLSL/GlobalDestructors.hlsl
clang/test/SemaHLSL/Semantics/entry_parameter.hlsl
clang/test/SemaHLSL/Semantics/groupindex.hlsl
clang/test/SemaHLSL/entry.hlsl
clang/test/SemaHLSL/entry_shader_redecl.hlsl
clang/test/SemaHLSL/num_threads.hlsl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158803.554044.patch
Type: text/x-patch
Size: 24558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230828/68f9d1b4/attachment-0001.bin>
More information about the cfe-commits
mailing list