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

@@ -51,6 +51,7 @@ namespace Internal {
class ClangdAstNode;
Q_DECLARE_LOGGING_CATEGORY(clangdLog);
Q_DECLARE_LOGGING_CATEGORY(clangdLogAst);
void setupClangdConfigFile();