forked from qt-creator/qt-creator
Clang: Use the clang indexer for indexing
It is not removing so much code but will makes somethings easier in the future. We added the SymbolType::Definition too. Change-Id: I4e106b8518e6bfed0c6a4aa6be61c4a5fe5f8bef Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -20,7 +20,8 @@ HEADERS += \
|
||||
$$PWD/filestatus.h \
|
||||
$$PWD/projectpartartefactexception.h \
|
||||
$$PWD/projectpartartefact.h \
|
||||
$$PWD/filestatuscache.h
|
||||
$$PWD/filestatuscache.h \
|
||||
$$PWD/indexdataconsumer.h
|
||||
|
||||
!isEmpty(LIBTOOLING_LIBS) {
|
||||
SOURCES += \
|
||||
@@ -55,9 +56,7 @@ HEADERS += \
|
||||
$$PWD/clangtool.h \
|
||||
$$PWD/sourcerangeextractor.h \
|
||||
$$PWD/locationsourcefilecallbacks.h \
|
||||
$$PWD/collectsymbolsconsumer.h \
|
||||
$$PWD/collectsymbolsaction.h \
|
||||
$$PWD/collectsymbolsastvisitor.h \
|
||||
$$PWD/collectmacrossourcefilecallbacks.h \
|
||||
$$PWD/symbolscollector.h \
|
||||
$$PWD/clangquerygatherer.h
|
||||
@@ -68,4 +67,5 @@ SOURCES += \
|
||||
$$PWD/symbolindexer.cpp \
|
||||
$$PWD/symbolentry.cpp \
|
||||
$$PWD/projectpartartefact.cpp \
|
||||
$$PWD/filestatuscache.cpp
|
||||
$$PWD/filestatuscache.cpp \
|
||||
$$PWD/indexdataconsumer.cpp
|
||||
|
||||
Reference in New Issue
Block a user