aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-diff/lib/DiffLog.cpp
diff options
context:
space:
mode:
authorSarah Spall <sarahspall@microsoft.com>2025-10-31 09:49:32 -0700
committerGitHub <noreply@github.com>2025-10-31 09:49:32 -0700
commit42004193f4e22a61dc68f6414b82077edd1314e2 (patch)
treece352fd960e2389f5ca017371ac492d09f00ca69 /llvm/tools/llvm-diff/lib/DiffLog.cpp
parent7cd3be4a8b37838595563d3100619cdbc588da61 (diff)
downloadllvm-42004193f4e22a61dc68f6414b82077edd1314e2.zip
llvm-42004193f4e22a61dc68f6414b82077edd1314e2.tar.gz
llvm-42004193f4e22a61dc68f6414b82077edd1314e2.tar.bz2
[HLSL] Add NativeInt16Type langopt to control whether short type is supported. Enabled by default for all but HLSL. (#165584)
Add a new langopt NativeInt16Type to control support for 16 bit integers. Enable by default for all languages but HLSL. HLSL defines uint16_t and int16_t as a typedef of short. If -enable-16bit-types is not used, the typedefs don't exist so int16_t and uint16_t can't be used. However, short was still allowed. This change will produce an error 'unknown type name short' if -enable-16bit-types isn't used. Update failing tests. Add new test. Closes #81779
Diffstat (limited to 'llvm/tools/llvm-diff/lib/DiffLog.cpp')
0 files changed, 0 insertions, 0 deletions