Details
-
Task
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 3.6.0
Description
On file open we do parse() + reparse(). The reparse() is necessary to create the preamble, which results in a fast code completion results on first use.
libclang 3.8 provides the new flag CXTranslationUnit_CreatePreambleOnFirstParse which we can use to avoid the reparse().