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



On Mon, Jun 28, 2010 at 9:51 AM, Schorn, Markus <Markus.Schorn@xxxxxxxxxxxxx> wrote:
Hi,
The c-parsers do not do any kind of type checking.

Note that the parsers generate problem nodes in some situations, for example- when encountering a function call with some arguments and when those arguments don't match (and cannot be implicitly converted to) any known overload. I'd say that it's a kind of semantic check.

Best regards,
-- Tomasz Wesołowski


Back to the top