[cfe-dev] C++ Parser

Kevin Tew tewk at cs.utah.edu
Sun Feb 10 12:12:32 PST 2008


I'm interested in working on the C++ parser for clang.

I was wondering how the sharing between the C and C++ parser was being 
envisioned?

Should the C++ parser inherit from the C parser class or is the C++ 
parser just going to be a different entry point function of the already 
existing C parser?

Kevin Tew



More information about the cfe-dev mailing list