From 05942b63f8bad6d6787fea10c31f10458cdccd06 Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Tue, 6 Dec 2016 11:00:27 +0100 Subject: CppTools: Do not put configuration document into global snapshot and working copy These are remnants of the time when we had only one snapshot. Change-Id: I6ff4db645d1065a0ef195834890e0774e2e2c60e Reviewed-by: David Schulz Reviewed-by: Erik Verbruggen --- src/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp') diff --git a/src/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp b/src/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp index 2a8a5f58c9..404dc735e8 100644 --- a/src/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp +++ b/src/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp @@ -382,8 +382,6 @@ static AnalyzeUnits unitsToAnalyzeFromProjectParts(const QList continue; foreach (const ProjectFile &file, projectPart->files) { - if (file.path == CppModelManager::configurationFileName()) - continue; QTC_CHECK(file.kind != ProjectFile::Unclassified); if (ProjectFile::isSource(file.kind)) { const CompilerOptionsBuilder::PchUsage pchUsage = CppTools::getPchUsage(); -- cgit v1.2.1