CppTools: Introduce HeaderPathFilter

We went the filtering of the header path outside of the compiler options
builder so merge the PCHs.

Task-number: QTCREATORBUG-21693
Change-Id: Ia1126813a5049e39d7c6e7d60bf449aa17012d02
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Marco Bubke
2018-12-10 12:07:15 +01:00
parent 2529b36b40
commit ef8de6a384
8 changed files with 526 additions and 3 deletions

View File

@@ -101,7 +101,8 @@ HEADERS += \
usages.h \
cpptools_clangtidychecks.h \
cppmodelmanagerinterface.h \
cppbuiltinmodelmanagersupport.h
cppbuiltinmodelmanagersupport.h \
headerpathfilter.h
SOURCES += \
abstracteditorsupport.cpp \
@@ -187,7 +188,8 @@ SOURCES += \
cppprojectfilecategorizer.cpp \
cppprojectpartchooser.cpp \
wrappablelineedit.cpp \
cppbuiltinmodelmanagersupport.cpp
cppbuiltinmodelmanagersupport.cpp \
headerpathfilter.cpp
FORMS += \
clangdiagnosticconfigswidget.ui \