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