clang 22.0.0git
DependencyScannerImpl.cpp File Reference

Go to the source code of this file.

Functions

static std::shared_ptr< CompilerInvocationcreateScanCompilerInvocation (const CompilerInvocation &Invocation, const DependencyScanningService &Service)
 Creates a CompilerInvocation suitable for the dependency scanner.
static std::unique_ptr< DependencyOutputOptionscreateDependencyOutputOptions (const CompilerInvocation &Invocation)
 Creates dependency output options to be reported to the dependency consumer, deducing missing information if necessary.

Function Documentation

◆ createDependencyOutputOptions()

std::unique_ptr< DependencyOutputOptions > createDependencyOutputOptions ( const CompilerInvocation & Invocation)
static

◆ createScanCompilerInvocation()