forked from OSchip/llvm-project
3efad612d2
HLSL does not support pointers or references. This change generates errors in sema for generating pointer, and reference types as well as common operators (address-of, dereference, arrow), which are used with pointers and are unsupported in HLSL. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D123167 |
||
---|---|---|
.. | ||
Semantics | ||
lit.local.cfg | ||
num_threads.hlsl | ||
prohibit_pointer.hlsl | ||
prohibit_reference.hlsl |