forked from qt-creator/qt-creator
Clang: turn off delayed template parsing
Fix templates highlight and completion on Windows Add UI to turn on/off delayed parsing (off by default) Task-number: QTCREATORBUG-17222 Change-Id: I0cd5e0bcfff2789cd938e4096829f777ff15957a Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -50,7 +50,6 @@ public:
|
||||
Core::Id currentConfigId() const;
|
||||
ClangDiagnosticConfigs customConfigs() const;
|
||||
|
||||
void setConfigWithUndecoratedDisplayName(const Core::Id &id);
|
||||
void refresh(const ClangDiagnosticConfigsModel &diagnosticConfigsModel,
|
||||
const Core::Id &configToSelect);
|
||||
|
||||
@@ -82,7 +81,6 @@ private:
|
||||
private:
|
||||
Ui::ClangDiagnosticConfigsWidget *m_ui;
|
||||
ClangDiagnosticConfigsModel m_diagnosticConfigsModel;
|
||||
Core::Id m_configWithUndecoratedDisplayName;
|
||||
};
|
||||
|
||||
} // CppTools namespace
|
||||
|
||||
Reference in New Issue
Block a user