Clang: Locator: Add filters for classes, includes, functions

Filters are based on symbol query where they are
not implemented yet.

Change-Id: Id826beaf6bb47a81363c36780d7254a85a9a3cc9
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Ivan Donchevskii
2017-11-27 09:45:13 +01:00
parent 88c3e27722
commit 2daa5c7280
20 changed files with 133 additions and 29 deletions

View File

@@ -22,7 +22,8 @@ HEADERS += \
$$PWD/symbol.h \
$$PWD/class.h \
$$PWD/enum.h \
$$PWD/function.h
$$PWD/function.h \
$$PWD/include.h
SOURCES += \
$$PWD/clangqueryexamplehighlighter.cpp \