Skip to content

Commit 3c0fb9f

Browse files
benlangmuirakyrtzi
authored andcommitted
[libclang][cas] Update for prefix mapping API change
1 parent a707b12 commit 3c0fb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/libclang/CDependencies.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ static CXErrorCode getFullDependencies(DependencyScanningWorker *Worker,
216216
llvm::StringSet<> AlreadySeen;
217217
FullDependencyConsumer DepConsumer(AlreadySeen);
218218
auto Controller = DependencyScanningTool::createActionController(
219-
*Worker, std::move(LookupOutput), /*PrefixMapping=*/{});
219+
*Worker, std::move(LookupOutput));
220220

221221
bool HasDiagConsumer = DiagConsumer;
222222
bool HasError = Error;

0 commit comments

Comments
 (0)