CSystem / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Assertion is triggered unexpected when type name is wrong. #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:

void foo()
{
   unknown_type x;
}

will raise an assertion but it is not expected.

Original issue reported on code.google.com by wuye9036 on 14 Dec 2012 at 5:08

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 3278028ad778.

SASL:
  alias_type and function will return generated node even its semantic is wrong.

Original comment by wuye9036 on 14 Dec 2012 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 14 Dec 2012 at 5:15