forked from qt-creator/qt-creator
Clang: Coding style
Change-Id: Ib7dc759e8db7cf37fbcd7f75d28b29bf95593d6c Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -588,7 +588,7 @@ restart:
|
||||
CXIndexAction idxAction = clang_IndexAction_create(idx);
|
||||
const unsigned index_opts = CXIndexOpt_SuppressWarnings;
|
||||
|
||||
PCHManager *pchManager = PCHManager::instance();
|
||||
PchManager *pchManager = PchManager::instance();
|
||||
PchInfo::Ptr pchInfo = pchManager->pchInfo(pPart);
|
||||
|
||||
for (int i = 0, ei = m_todo.size(); i < ei; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user