forked from qt-creator/qt-creator
Clang: Allow avoiding supportive translation unit for debugging
...by providing QTC_CLANG_NO_SUPPORTIVE_TRANSLATIONUNIT=1 in the run environment. Change-Id: If4e92521dfbc2752e4446e7037876d28683c1f66 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -72,6 +72,7 @@ private:
|
||||
void startDocumentAnnotationsTimerIfFileIsNotOpenAsDocument(const Utf8String &filePath);
|
||||
|
||||
void processInitialJobsForDocuments(const std::vector<Document> &documents);
|
||||
void delayStartInitializingSupportiveTranslationUnits(const std::vector<Document> &documents);
|
||||
void startInitializingSupportiveTranslationUnits(const std::vector<Document> &documents);
|
||||
|
||||
void processJobsForDirtyAndVisibleDocuments();
|
||||
|
||||
Reference in New Issue
Block a user