diff options
author | Christian Kandeler <[email protected]> | 2022-04-27 16:02:08 +0200 |
---|---|---|
committer | Christian Kandeler <[email protected]> | 2022-05-02 10:31:05 +0000 |
commit | 6da7babc4a7797c8442d80201d1fe50dfe35ea7d (patch) | |
tree | e246e96dede2342e2bda302d371e59c571338d80 /src/plugins/clangcodemodel/clangcodemodelplugin.cpp | |
parent | efd25fb43fad219a3297cdad3980e8673053b8fd (diff) |
ClangCodeModel: Remove libclang-based completion and function hints
Change-Id: I742fb14b1aba3ba1f35a5c80bf553d2a735cac48
Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/clangcodemodel/clangcodemodelplugin.cpp')
-rw-r--r-- | src/plugins/clangcodemodel/clangcodemodelplugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/clangcodemodel/clangcodemodelplugin.cpp b/src/plugins/clangcodemodel/clangcodemodelplugin.cpp index 3a13c4542db..f0ccd9ea9e7 100644 --- a/src/plugins/clangcodemodel/clangcodemodelplugin.cpp +++ b/src/plugins/clangcodemodel/clangcodemodelplugin.cpp @@ -31,7 +31,6 @@ #ifdef WITH_TESTS # include "test/clangbatchfileprocessor.h" -# include "test/clangcodecompletion_test.h" # include "test/clangdtests.h" #endif @@ -209,7 +208,6 @@ void ClangCodeModelPlugin::maybeHandleBatchFileAndExit() const QVector<QObject *> ClangCodeModelPlugin::createTestObjects() const { return { - new Tests::ClangCodeCompletionTest, new Tests::ClangdTestCompletion, new Tests::ClangdTestExternalChanges, new Tests::ClangdTestFindReferences, |