[clang] [llvm] [HLSL] Implement '__builtin_hlsl_is_intangible' type trait (PR #104544)
Chris B via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 29 16:56:22 PDT 2024
https://github.com/llvm-beanz requested changes to this pull request.
I left an inline comment about this, but rather than keeping a side map in the SemaHLSL object we should take a bit in the RecordDecl bitfield to signify if the type is intangible.
https://github.com/llvm/llvm-project/pull/104544
More information about the cfe-commits
mailing list