Clang: Add SymbolQuery

Change-Id: I5cb81dffd6f1fda6bdcba0eedaf79f0bc91348b5
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Marco Bubke
2017-08-15 17:33:31 +02:00
parent f49a1d721c
commit a307ee7444
10 changed files with 446 additions and 25 deletions

View File

@@ -15,7 +15,10 @@ HEADERS += \
clangqueryexampletexteditorwidget.h \
clangquerytexteditorwidget.h \
baseclangquerytexteditorwidget.h \
clangqueryhoverhandler.h
clangqueryhoverhandler.h \
symbolquery.h \
querysqlitestatementfactory.h \
sourcelocations.h
SOURCES += \
clangrefactoringplugin.cpp \
@@ -26,7 +29,8 @@ SOURCES += \
clangqueryexampletexteditorwidget.cpp \
clangquerytexteditorwidget.cpp \
baseclangquerytexteditorwidget.cpp \
clangqueryhoverhandler.cpp
clangqueryhoverhandler.cpp \
symbolquery.cpp
FORMS += \
clangqueryprojectsfindfilter.ui