forked from qt-creator/qt-creator
Clang: Add job queue for each document
...in preparation for follow-up changes. This will enable e.g. a timer per document. This does not change any behavior yet. Change-Id: Ic1dc06de602373c666d47ce7a95ab99e56d389d5 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -41,7 +41,9 @@ HEADERS += $$PWD/clangcodemodelserver.h \
|
||||
$$PWD/clangtranslationunit.h \
|
||||
$$PWD/clangunsavedfilesshallowarguments.h \
|
||||
$$PWD/clangupdatedocumentannotationsjob.h \
|
||||
$$PWD/clangexceptions.h
|
||||
$$PWD/clangexceptions.h \
|
||||
$$PWD/clangdocumentprocessor.h \
|
||||
$$PWD/clangdocumentprocessors.h \
|
||||
|
||||
SOURCES += $$PWD/clangcodemodelserver.cpp \
|
||||
$$PWD/codecompleter.cpp \
|
||||
@@ -80,4 +82,6 @@ SOURCES += $$PWD/clangcodemodelserver.cpp \
|
||||
$$PWD/clangtranslationunit.cpp \
|
||||
$$PWD/clangunsavedfilesshallowarguments.cpp \
|
||||
$$PWD/clangupdatedocumentannotationsjob.cpp \
|
||||
$$PWD/clangexceptions.cpp
|
||||
$$PWD/clangexceptions.cpp \
|
||||
$$PWD/clangdocumentprocessor.cpp \
|
||||
$$PWD/clangdocumentprocessors.cpp \
|
||||
|
||||
Reference in New Issue
Block a user