mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +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