Clang: Provide include directory only for libclang

Only libclang has issues with the include directory
search therefore undefining include folders makes sense
only for libclang options builder.

Change-Id: Ie3f62f5f3a89503e6e0ab59e18889e92425c3abc
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Ivan Donchevskii
2018-08-07 15:21:20 +02:00
parent 44b931f7f5
commit 62e776aa8e
9 changed files with 38 additions and 52 deletions

View File

@@ -77,7 +77,7 @@ private:
void start() final;
void stop() final;
AnalyzeUnits unitsToAnalyze(const QString &clangVersion);
AnalyzeUnits unitsToAnalyze();
void analyzeNextFile();
void handleFinished();