[cfe-dev] Inquiries about the C/C++ parser

Chris Lattner clattner at apple.com
Tue Oct 16 09:34:14 PDT 2007


On Oct 15, 2007, at 11:20 PM, Jeroen Ruigrok van der Werven wrote:

> -On [20071016 05:33], ShangHongzhang 62185 (Jack.Shang at huawei.com)  
> wrote:
>> Thanks for you response. Chris!
>> the size means the LOC of the C/C++ parser of the Clang.
>
> According to http://www.ohloh.net/projects/6827 the project's  
> current size is
> about 32000 LoC.

That is about right.  That count includes a lot of stuff that isn't  
strictly parser related.

Note that clang is a good basis for C analysis projects right now,  
but is not far enough along the line to be usable for analyzing C++  
apps.

-Chris



More information about the cfe-dev mailing list