llvm-capstone/clang/test/SemaHLSL
Xiang Li 464926ef44 [HLSL] Disable integer promotion to avoid int16_t being promoted to int for HLSL.
short will be promoted to int in UsualUnaryConversions.
Disable it for HLSL to keep int16_t as 16bit.

Reviewed By: aaron.ballman, rjmccall

Differential Revision: https://reviews.llvm.org/D133668
2022-10-20 16:06:25 -07:00
..
BuiltIns Start support for HLSL RWBuffer 2022-07-28 08:49:50 -05:00
Semantics [HLSL] Add SV_DispatchThreadID 2022-10-18 16:17:19 -07:00
AvailabilityMarkup.hlsl [HLSL] Enable availability attribute 2022-09-16 16:04:27 -05:00
BitInt128.hlsl [HLSL] Disable integer promotion to avoid int16_t being promoted to int for HLSL. 2022-10-20 16:06:25 -07:00
cb_error.hlsl [HLSL] Support cbuffer/tbuffer for hlsl. 2022-09-21 10:07:43 -07:00
entry.hlsl [HLSL] Support -E option for HLSL. 2022-08-04 16:54:19 -07:00
GlobalConstructors.hlsl [HLSL] Call global constructors inside entry 2022-09-09 09:01:28 -05:00
group_shared_202x.hlsl [HLSL] Add groupshare address space. 2022-10-20 09:29:09 -07:00
group_shared.hlsl [HLSL] Add groupshare address space. 2022-10-20 09:29:09 -07:00
lit.local.cfg
num_threads.hlsl [HLSL] Further improve to numthreads diagnostics 2022-03-31 11:34:01 -05:00
prohibit_pointer.hlsl [HLSL] Support -E option for HLSL. 2022-08-04 16:54:19 -07:00
prohibit_reference.hlsl [HLSL] Pointers are unsupported in HLSL 2022-04-14 13:32:51 -05:00
resource_binding_attr_error.hlsl [HLSL] Support register binding attribute on global variable 2022-10-05 09:23:35 -07:00
shader_type_attr.hlsl [HLSL] Support -E option for HLSL. 2022-08-04 16:54:19 -07:00
Wave.hlsl Move HLSL builtins into hlsl namespace 2022-10-19 10:59:31 -05:00
WaveBuiltinAvailability.hlsl Move HLSL builtins into hlsl namespace 2022-10-19 10:59:31 -05:00