Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions clang/tools/libclang/CDependencies.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,6 @@ void clang_experimental_DependencyScannerServiceOptions_setCacheNegativeStats(
unwrap(Opts)->CacheNegativeStats = CacheNegativeStats;
}

CXDependencyScannerService
clang_experimental_DependencyScannerService_create_v0(CXDependencyMode Format) {
// FIXME: Pass default CASOpts now.
CASOptions CASOpts;
return wrap(new DependencyScanningService(
ScanningMode::DependencyDirectivesScan, unwrap(Format), CASOpts,
/*CAS=*/nullptr, /*ActionCache=*/nullptr));
}

ScanningOutputFormat DependencyScannerServiceOptions::getFormat() const {
if (ConfiguredFormat != ScanningOutputFormat::Full)
return ConfiguredFormat;
Expand Down