lixqopensorce / softart

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

Add a flag to distinguish struct/function declaration and struct/function with empty body. #182

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description:
  Now struct X; and struct X{} we cannot identified from syntax tree node,
  Add a flag to do it.

Original issue reported on code.google.com by wuye9036 on 4 Apr 2012 at 3:15

GoogleCodeExporter commented 8 years ago
This issue was updated by revision d02fe305432a.

SASL:
  Add has_body to struct_type.

Original comment by wuye9036 on 4 Apr 2012 at 1:41

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 4 Apr 2012 at 1:45