Identify a new type

Hello everyone:

Recently I was studying LLVM. I want the LLVM / CLANG compiler to recognize the Bit type.So,is it a new fundamental capability that LLVM does not support at its current incarnation or can it be synthesized from already pre-existing LLVM elements?

Look forward to your reply.

Sincerely Aimee

LLVM already supports a single bit integer type: i1.

-Krzysztof