mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
tiny clean-up
This commit is contained in:
parent
7415f69a91
commit
bb46f73b09
2 changed files with 2 additions and 3 deletions
|
@ -215,6 +215,6 @@ public class ScannerConfigBuilder extends ACBuilder {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,8 +88,6 @@ public class ExternalBuildRunner extends AbstractBuildRunner {
|
||||||
|
|
||||||
IPath buildCommand = builder.getBuildCommand();
|
IPath buildCommand = builder.getBuildCommand();
|
||||||
if (buildCommand != null) {
|
if (buildCommand != null) {
|
||||||
ICConfigurationDescription cfgDescription = ManagedBuildManager.getDescriptionForConfiguration(configuration);
|
|
||||||
|
|
||||||
String cfgName = configuration.getName();
|
String cfgName = configuration.getName();
|
||||||
String toolchainName = configuration.getToolChain().getName();
|
String toolchainName = configuration.getToolChain().getName();
|
||||||
boolean isSupported = configuration.isSupported();
|
boolean isSupported = configuration.isSupported();
|
||||||
|
@ -113,6 +111,7 @@ public class ExternalBuildRunner extends AbstractBuildRunner {
|
||||||
|
|
||||||
List<IConsoleParser> parsers = new ArrayList<IConsoleParser>();
|
List<IConsoleParser> parsers = new ArrayList<IConsoleParser>();
|
||||||
if (!isOnlyClean) {
|
if (!isOnlyClean) {
|
||||||
|
ICConfigurationDescription cfgDescription = ManagedBuildManager.getDescriptionForConfiguration(configuration);
|
||||||
ManagedBuildManager.collectLanguageSettingsConsoleParsers(cfgDescription, epm, parsers);
|
ManagedBuildManager.collectLanguageSettingsConsoleParsers(cfgDescription, epm, parsers);
|
||||||
if (ScannerDiscoveryLegacySupport.isLegacyScannerDiscoveryOn(cfgDescription)) {
|
if (ScannerDiscoveryLegacySupport.isLegacyScannerDiscoveryOn(cfgDescription)) {
|
||||||
collectScannerInfoConsoleParsers(project, configuration, workingDirectoryURI, markerGenerator, parsers);
|
collectScannerInfoConsoleParsers(project, configuration, workingDirectoryURI, markerGenerator, parsers);
|
||||||
|
|
Loading…
Add table
Reference in a new issue