We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b5bbd commit 45975feCopy full SHA for 45975fe
clang/lib/Frontend/CompilerInstance.cpp
@@ -1488,7 +1488,7 @@ static bool compileModuleAndReadASTBehindLock(
1488
// Clear out any potential leftover.
1489
Lock.unsafeRemoveLockFile();
1490
return compileModuleAndReadASTImpl(ImportingInstance, ImportLoc,
1491
- ModuleNameLoc, Module, ModuleFileName);
+ ModuleNameLoc, Module, ModuleFileName);
1492
}
1493
if (Owned) {
1494
// We're responsible for building the module ourselves.
0 commit comments