mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
Unsigned and Signless attributes use uintN_t and signed attributes use intN_t, where N is the fixed width. The 1-bit variants use bool. Differential Revision: https://reviews.llvm.org/D86739