Closed GoogleCodeExporter closed 8 years ago
Ok, I'll get a fix for this shortly.
Original comment by rrusaw@gmail.com
on 19 Jul 2009 at 3:14
I've tested this out, and it looks good.
One comment - the outline shows:
Linked List
* nextLinkedList : id
Shouldn't the return type shown be id <List> ? A minor thing, but I was more
interested whether we're
reporting the type as id <List> or if it's just referring to id.
Original comment by alex.ble...@gmail.com
on 21 Jul 2009 at 9:39
That appears to be handled by
org.eclipse.cdt.internal.core.model.CModelBuilder2.
It looks like we can add a IContributedModelBuilder extension and then
WorkingCopy
will use parseUsingContributedModelBuilder instead of parseUsingCModelBuilder.
I can
create a new issue for that.
Original comment by rrusaw@gmail.com
on 22 Jul 2009 at 5:30
Original issue reported on code.google.com by
alex.ble...@gmail.com
on 19 Jul 2009 at 9:42