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?<div><br></div><div>void foo()</div><div>{</div><div>   int a=;<br>}<br><br><div class="gmail_quote">
2011/4/6 Ted Kremenek <span dir="ltr"><<a href="mailto:kremenek@apple.com">kremenek@apple.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">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.
</blockquote></div><br></div>