Clang: Add refactoring project updater

The project parts are now first used by the pch manager and then notified
by the pch manager to the refactoring plugin.

Change-Id: I88074d8891cd0de9721497bbafee0deffc0b6339
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Marco Bubke
2018-09-06 11:57:36 +02:00
parent 415fc654cc
commit e0b7a28333
15 changed files with 414 additions and 24 deletions

View File

@@ -100,7 +100,8 @@ HEADERS += \
cursorineditor.h \
wrappablelineedit.h \
usages.h \
cpptools_clangtidychecks.h
cpptools_clangtidychecks.h \
cppmodelmanagerinterface.h
SOURCES += \
abstracteditorsupport.cpp \