ClangCodeModel: Move decl/def switch functionality to dedicated class

Change-Id: Id583ac58933e35e979083311907331b627d3c067
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Kandeler
2022-06-20 15:22:27 +02:00
parent 1a3f915586
commit bbbae099a7
6 changed files with 261 additions and 114 deletions

View File

@@ -46,6 +46,8 @@ QtcPlugin {
"clangdquickfixfactory.h",
"clangdsemantichighlighting.cpp",
"clangdsemantichighlighting.h",
"clangdswitchdecldef.cpp",
"clangdswitchdecldef.h",
"clangeditordocumentprocessor.cpp",
"clangeditordocumentprocessor.h",
"clangfixitoperation.cpp",