Clang: add follow symbol infrastructure

Add messages and jobs

Change-Id: I875280216da40ce08d972024789c060205746421
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
Ivan Donchevskii
2017-07-27 10:58:05 +02:00
parent fbbfb0cc6e
commit 4ad0e5295c
32 changed files with 610 additions and 9 deletions

View File

@@ -53,6 +53,7 @@ HEADERS += \
$$PWD/unsavedfile.h \
$$PWD/unsavedfiles.h \
$$PWD/utf8positionfromlinecolumn.h \
$$PWD/clangfollowsymboljob.h
SOURCES += \
$$PWD/clangcodecompleteresults.cpp \
@@ -101,3 +102,4 @@ SOURCES += \
$$PWD/unsavedfile.cpp \
$$PWD/unsavedfiles.cpp \
$$PWD/utf8positionfromlinecolumn.cpp \
$$PWD/clangfollowsymboljob.cpp