forked from qt-creator/qt-creator
Utils: Move forward declaration of SmallString in an extra header
Change-Id: I6da1cc60d425f654a31570373eb3b4f660d5f975 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -44,7 +44,7 @@ class CollectIncludesPreprocessorCallbacks final : public clang::PPCallbacks
|
||||
public:
|
||||
CollectIncludesPreprocessorCallbacks(clang::HeaderSearch &headerSearch,
|
||||
std::vector<uint> &includeIds,
|
||||
StringCache<Utils::SmallString> &filePathCache,
|
||||
StringCache<Utils::PathString> &filePathCache,
|
||||
const std::vector<uint> &excludedIncludeUID,
|
||||
std::vector<uint> &alreadyIncludedFileUIDs)
|
||||
: m_headerSearch(headerSearch),
|
||||
@@ -119,7 +119,7 @@ public:
|
||||
private:
|
||||
clang::HeaderSearch &m_headerSearch;
|
||||
std::vector<uint> &m_includeIds;
|
||||
StringCache<Utils::SmallString> &m_filePathCache;
|
||||
StringCache<Utils::PathString> &m_filePathCache;
|
||||
const std::vector<uint> &m_excludedIncludeUID;
|
||||
std::vector<uint> &m_alreadyIncludedFileUIDs;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user