public class ClangClCompiler extends WindowsCompiler
| Constructor and Description |
|---|
ClangClCompiler(Tool tool) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<String> |
getFlagsForReproducibleBuild(String altCompilationDir,
Path currentCellPath) |
Optional<String> |
getStderr(ProcessExecutor.Result result) |
boolean |
isArgFileSupported() |
getDependencyTrackingMode, getPdcFlags, getPicFlags, languageArgs, needsToRemoveCompiledFilenamesFromOutput, outputArgs, outputDependenciesArgs, shouldSanitizeOutputBinarygetFlagsForColorDiagnostics, getPreArgfileArgs, getUseUnixPathSeparatorgetCommandPrefix, getEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommandPrefix, getEnvironmentpublic ClangClCompiler(Tool tool)
public boolean isArgFileSupported()
isArgFileSupported in interface CompilerisArgFileSupported in class WindowsCompilerpublic com.google.common.collect.ImmutableList<String> getFlagsForReproducibleBuild(String altCompilationDir, Path currentCellPath)
getFlagsForReproducibleBuild in interface CompilergetFlagsForReproducibleBuild in class DefaultCompilerpublic Optional<String> getStderr(ProcessExecutor.Result result)
getStderr in interface CompilergetStderr in class WindowsCompiler