[cfe-dev] Extending C to support non power of two bit variables

Nadav Rotem nadav256 at gmail.com
Sat Jun 14 13:43:03 PDT 2008


Hello, 

I would like to extend the C language, using clang, to include variable
types which are not of power of two bit size.  For example, I would like
to add the variable type "int5" which will be an integer of 5 bits. 

Can you recommend the best course of action to implement such a
feature ? 

Thank you, 
Nadav Rotem




More information about the cfe-dev mailing list