Modify for a variation of C with "size of" problem

Hello,

I recently try to modify the front end of LLVM for a variation of C. The main difference

between the variation and the original one is that I wish to view the “size of” as a

function. Would anybody suggest me how to start doing??

thanks

yi-hong

Hi yi-hong,

I recently try to modify the front end of LLVM for a variation of C. The main
difference

LLVM has many front-ends. If you mean the "clang" front-end, you should ask
your question on the clang mailing list.

Best wishes, Duncan.