forked from qt-creator/qt-creator
Clang: Clear SymbolCollector before updating new project parts
Change-Id: I82e9bb4f66a7597bb911fbc97d6022ff3fdb0b35 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
const std::vector<std::string> &commandLine);
|
||||
|
||||
private:
|
||||
std::vector<clang::tooling::CompileCommand> compileCommands;
|
||||
std::vector<clang::tooling::CompileCommand> m_compileCommands;
|
||||
};
|
||||
|
||||
} // namespace ClangBackEnd
|
||||
|
||||
Reference in New Issue
Block a user