Hey everyone!<div><br></div><div>I'm having trouble finding the optimal performance settings for parsing/reparsing the translation unit. At this moment I'm using CXTranslationUnit_None for both parsing and reparsing the translation unit, because it seems that as soon as I turn on default settings for parse/reparse (clang_defaultEditingTranslationUnitOptions and clang_defaultReparseOptions respectively) code completion stops giving me the right results. Sure I could keep using CXTranslationUnit_None but as soon as I include additional headers to my source file, the whole thing becomes too slow.</div>
<div><br></div><div>Is this a bug or is this how It's supposed to work? Please give me some guidance.</div><div><br></div><div>Thanks in advance,</div><div>Klemen</div>