Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Namespace support, extern icon, JUnit test case.

> 
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
> 
> ------_=_NextPart_000_01C2F9F2.88198190
> Content-Type: text/plain
> 
> 
> Hi,
> Patch has been updated.
> I think Alain agrees with me that IStructure should extend
> IVariableDeclaration because it is a declaration with a type that you can
> set and get. 
> I've added the CModelElementsTestStart.h that should be copied as a binary
> file to
> org.eclipse.cdt.ui.tests\model\org\eclipse\cdt\core\model\tests\resources\cf
> iles

Yes, 

struct foobar;

struct foobar {
	int x;
};

struct foobar foobar;




Back to the top