Hi cfe-devs,<div><br></div><div>I have a particular scenario where there is a single changing source C++ file which depends on large number of header files (which are constant). What I want libclang to do is to just reparse this source file and extract rest of information from a single precompiled header file in lieu of those header files.</div>
<div><br><div><div><div style>I am able to serialize and deserialize a Translation unit. But I am not able to serialize a TU and use it as a library.  Does .pch files work with libclang? </div><div style><br></div><div style>
For our needs, we have 1 changing C++ source file and rest everything is constant in very large codebase. And we want to repeatedly invoke code complete or error checks on these. Is this setup possible with libclang?</div>
</div><div style><br></div>-- <br>Regards,<br>Abhanshu<br>
</div></div>