Additional macro support in clang?

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-03-08T03:32:19Z Indexed on 2010/03/08 3:36 UTC
Read the original article Hit count: 653

Filed under:
|
|
|
|

Since LLVM/cLang is especially well designed.

This seems like a great opportunity to augment the C/C++ macro/preprocessor system.

Does anyone know of

  1. additional macro/preprocessor abilities added by Clang or
  2. side projects to make the macro system more powerful (like turing complete)

Thakns!

Note: I am asking about macros. Not C++ templates. Readers: pleaser downvote any answers referring to templates. I want this thread to be macro/preprocessor specific.

© Stack Overflow or respective owner

Related posts about c

    Related posts about c++