summaryrefslogtreecommitdiff
path: root/src/libs/clangsupport/utf8stringvector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove clangsupport libraryChristian Kandeler2022-05-091-113/+0
| | | | | | Change-Id: I18455fc451b6e1b73c7183f6c75820379e26951a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: David Schulz <david.schulz@qt.io>
* ClangSupport: Break artificial dependency to SqliteMarco Bubke2022-01-201-0/+113
Since the Sqlite library is not used anymore in clang there was only an dependency to the Utf8String in ClangSupport. As we move Utf8String and Utf8StringVector to ClangSupport we can break the dependency to Sqlite. Change-Id: I0012906345bc49a48a7262c1d6e204fb8aff01e1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>