forked from qt-creator/qt-creator
Clang: Add BuildDependenciesStorage
Task-number: QTCREATORBUG-21378 Change-Id: Ibcb90239d240653b21f12a7b96a7775e5b0b4319 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -42,6 +42,11 @@ public:
|
||||
filePathId(filePathId)
|
||||
{}
|
||||
|
||||
UsedMacro(Utils::SmallStringView macroName, int filePathId)
|
||||
: macroName(macroName),
|
||||
filePathId(filePathId)
|
||||
{}
|
||||
|
||||
friend bool operator<(const UsedMacro &first, const UsedMacro &second)
|
||||
{
|
||||
return std::tie(first.filePathId, first.macroName)
|
||||
|
||||
Reference in New Issue
Block a user