[cfe-dev] Hello
Cédric Venet
cedric.venet at laposte.net
Thu Sep 25 09:52:03 PDT 2008
>> Such support would have to be added to the parser and to the semantic
>> analysis at least. MinimalAction too?
>
> That is a good question. Is MinimalAction expected to eventually support
> the full C++ type system ? (nested names, templates)
>
I don't think so. Supporting template would need nearly all (at least a
good part) of the C++ semantic. And this is not the goal.
An heuristic could get pretty good result on basic code, but I think
that if someone want to use an heuristic, he should write his own Action
class.
--
Cédric
More information about the cfe-dev
mailing list