forked from qt-creator/qt-creator
ClangTools: Re-add clang's own include path
Amends ef05f29940
.
Fixes: QTCREATORBUG-25126
Change-Id: I1340916f3f3488b0d1171f04ae1c9f30149c0c5c
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -51,7 +51,7 @@ void HeaderPathFilter::process()
|
|||||||
for (const HeaderPath &headerPath : headerPaths)
|
for (const HeaderPath &headerPath : headerPaths)
|
||||||
filterHeaderPath(headerPath);
|
filterHeaderPath(headerPath);
|
||||||
|
|
||||||
if (useTweakedHeaderPaths == UseTweakedHeaderPaths::Yes)
|
if (useTweakedHeaderPaths != UseTweakedHeaderPaths::No)
|
||||||
tweakHeaderPaths();
|
tweakHeaderPaths();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user