forked from qt-creator/qt-creator
Clang: Little speedup for code completion
...by ensuring that the precompiled preamble is created. Change-Id: I80784b6a79c40a7e452530e8288783f33f881efc Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Nikolai Kosjar
parent
dbe4e32201
commit
f9899c2da8
@@ -91,6 +91,8 @@ private:
|
||||
void removeOutdatedTranslationUnit() const;
|
||||
void createTranslationUnitIfNeeded() const;
|
||||
void checkTranslationUnitErrorCode(CXErrorCode errorCode) const;
|
||||
void reparseTranslationUnit() const;
|
||||
static int defaultOptions();
|
||||
|
||||
private:
|
||||
mutable std::shared_ptr<TranslationUnitData> d;
|
||||
|
||||
Reference in New Issue
Block a user