Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT DOM question

I have a question from colleague regarding the completeness
of the CDT DOM C++ parser.  How completely does it parse the
C++ standard and what is lost in the AST?

The question comes from the common wisdom that EDG based
front ends are the only compilers that can "really" parse C++.

The questions comes up in the context of performance-related
refactorings that might want fuse (or unroll) loops and need a
lot of program context to be able to do this correctly.

Ciao,
Craig



Back to the top