Recently Im seeking for a C/C++ parser for my project. and known Clang from TCC(Tiny C Compiler) mail list. could anyone please tell me what the approximate size of the Clang (I only concern on C/C++ parser part), and the C and C++ parser was both available now ?
Thanks for you response. Chris!
the size means the LOC of the C/C++ parser of the Clang.
I just want to use Clang as code analyser for C/C++ project. so I need to know if the C and C++ parser was both available now?
Regards!
----- ÔÓʼþ -----
·¢¼þÈË: Chris Lattner <clattner@apple.com>
ÈÕÆÚ: ÐÇÆÚ¶þ, ʮԠ16ÈÕ, 2007 ÉÏÎç10:41
Ö÷Ìâ: Re: [cfe-dev] Inquiries about the C/C++ parser
C++ is not available right now. The C front end is getting better every day. Someone is already using Clang as an analyzer. You should be able to modify it as you wish.