Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Does CDT core implement semantic checks for C

Hi,
The c-parsers do not do any kind of type checking. What we have so far is an implementation for arithmetic conversions such that we can compute the type of an _expression_ (IASTExpression.getType() ).
 
Markus.
 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Chen Rui
Sent: Friday, June 25, 2010 2:21 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Does CDT core implement semantic checks for C
Importance: Low

Such as type checking and initialization checking?
If does, which package is it included?



--
Chen Rui

Back to the top