Clang: Refactor ClangCompletionContextAnalyzer

Change-Id: Ib42ddc672da8b068591129e2e0b9652d3e07ad58
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Marco Bubke
2015-07-23 13:01:02 +02:00
committed by Nikolai Kosjar
parent 5a791e8839
commit ae5d92d618
18 changed files with 1295 additions and 506 deletions

View File

@@ -12,6 +12,7 @@ DEFINES += "\"CLANG_RESOURCE_DIR=\\\"$${LLVM_LIBDIR}/clang/$${LLVM_VERSION}/incl
unix:QMAKE_LFLAGS += -Wl,-rpath,\'$$LLVM_LIBDIR\'
SOURCES += \
activationsequencecontextprocessor.cpp \
activationsequenceprocessor.cpp \
clangassistproposal.cpp \
clangassistproposalitem.cpp \
@@ -48,6 +49,7 @@ SOURCES += \
HEADERS += \
activationsequencecontextprocessor.h \
activationsequenceprocessor.h \
clangassistproposal.h \
clangassistproposalitem.h \
@@ -107,13 +109,10 @@ equals(TEST, 1) {
test/clang_tests_database.qrc
HEADERS += \
test/clangcodecompletion_test.h \
test/clangcompletioncontextanalyzertest.h
test/clangcodecompletion_test.h
SOURCES += \
test/clangcodecompletion_test.cpp \
test/clangcompletioncontextanalyzertest.cpp
test/clangcodecompletion_test.cpp
DISTFILES += \
test/mysource.cpp \