diff options
author | Eike Ziller <eike.ziller@qt.io> | 2021-06-14 11:47:51 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2021-06-15 10:07:57 +0000 |
commit | baa83725f640419bc2c17cd28b91e1604255a3dc (patch) | |
tree | 0c1819d1398aea3ad448e12e1b595d96a58dacab /src/plugins/cpptools/cpprefactoringengine.cpp | |
parent | 9e5ba5d679323540f410c1deafa9b6715ca127bd (diff) | |
download | qt-creator-baa83725f640419bc2c17cd28b91e1604255a3dc.tar.gz |
Remove ClangRefactoring and ClangPchManager
This removes the plugins and tools, and removes all the tests that would
fail to build because of that.
Fixes: QTCREATORBUG-25659
Change-Id: I8adb5d503fc8eea313bcaada421f309dbbfa8c26
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cpprefactoringengine.cpp')
-rw-r--r-- | src/plugins/cpptools/cpprefactoringengine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpprefactoringengine.cpp b/src/plugins/cpptools/cpprefactoringengine.cpp index f816b507a5..94d2871c36 100644 --- a/src/plugins/cpptools/cpprefactoringengine.cpp +++ b/src/plugins/cpptools/cpprefactoringengine.cpp @@ -30,6 +30,7 @@ #include "cpptoolsreuse.h" #include "cppfollowsymbolundercursor.h" +#include <clangsupport/sourcelocationscontainer.h> #include <texteditor/texteditor.h> #include <utils/qtcassert.h> |