forked from qt-creator/qt-creator
Clang: Add symbol storage
Extend file path cache to 64 bit integer. Change-Id: I5627f13d59a3214f389087038482cbcc8d0eb484 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -69,7 +69,10 @@ SOURCES += \
|
||||
symbolindexer-test.cpp \
|
||||
stringcache-test.cpp \
|
||||
unittests-main.cpp \
|
||||
utf8-test.cpp
|
||||
utf8-test.cpp \
|
||||
symbolstorage-test.cpp \
|
||||
storagesqlitestatementfactory-test.cpp \
|
||||
mocksqlitereadstatement.cpp
|
||||
|
||||
!isEmpty(LIBCLANG_LIBS) {
|
||||
SOURCES += \
|
||||
@@ -188,7 +191,11 @@ HEADERS += \
|
||||
spydummy.h \
|
||||
testenvironment.h \
|
||||
mocksymbolscollector.h \
|
||||
mocksymbolstorage.h
|
||||
mocksymbolstorage.h \
|
||||
mocksqlitewritestatement.h \
|
||||
mocksqlitedatabase.h \
|
||||
mocksqlitereadstatement.h \
|
||||
google-using-directive.h
|
||||
|
||||
!isEmpty(LIBCLANG_LIBS) {
|
||||
HEADERS += \
|
||||
|
||||
Reference in New Issue
Block a user