Clang: Get file informations from symbols collector

We need the same information like file size and the last modification time
to check if a file has changed. This information will be saved to the
database.

Change-Id: Icf8eb9b6553945a563887e11aff9539c9b300b66
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Marco Bubke
2018-01-29 15:47:53 +01:00
parent 8aef667ad7
commit 70ab43ca62
12 changed files with 152 additions and 4 deletions

View File

@@ -15,7 +15,8 @@ HEADERS += \
$$PWD/collectmacrospreprocessorcallbacks.h \
$$PWD/projectpartentry.h \
$$PWD/symbolsvisitorbase.h \
$$PWD/usedmacro.h
$$PWD/usedmacro.h \
$$PWD/fileinformation.h
!isEmpty(LIBTOOLING_LIBS) {
SOURCES += \