<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 1, 2013 at 1:30 PM, Catalin Iacob <span dir="ltr"><<a href="mailto:iacobcatalin@gmail.com" target="_blank">iacobcatalin@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

The general pattern seemed to be that too little is reported when<br>
parsing incomplete files.<br></blockquote><div><br></div><div style>The sad truth is that it's not really possible to even parse C++ correctly without the complete translation unit.</div><div style><br></div><div style>
I recommend looking at generating a JSON compilation database, which is the usual way to work around the issue: <<a href="http://clang.llvm.org/docs/JSONCompilationDatabase.html">http://clang.llvm.org/docs/JSONCompilationDatabase.html</a>>.</div>
<div style><br></div><div style>-- Sean Silva</div></div></div></div>