[cfe-dev] Disable lexical analyzer for clang
Andrey Tarasevich
tarasevich.andrey at googlemail.com
Wed Apr 6 19:16:14 PDT 2011
So is it possible to disable such error check? Or it is not possible. since
clang does not know how to resolve statements like that one?
void foo()
{
int a=;
}
2011/4/6 Ted Kremenek <kremenek at apple.com>
> Internally, Clang will generate an AST even if a #include cannot be
> resolved. It will leave holes in the AST, however, whenever it encounters a
> semantic error where it cannot construct a well-formed AST node.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110407/b0b02e67/attachment.html>
More information about the cfe-dev
mailing list