Classparser bugs
Jonas Nordin
jonas.nordin at cenacle.se
Mon Jun 14 15:32:38 BST 1999
> 1. It adds local for functions variables to globals variables section.
Function pointers aren't handled. I don't think I will implement it for a while
either.
> 2. It uses macros used in variable type definition as variables...
I will not consider this a bug since no macro expansion is made. This is
extremely difficult to handle since you have to parse all includes as well.
>
For example is I have:
> class ITests {
> IList(ITest) a;
> };
What exactly does this declaration mean?
More information about the KDevelop
mailing list