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 8e0adec commit cbd0441Copy full SHA for cbd0441
unittests/Driver/UnitTestSourceFileDepGraphFactory.cpp
@@ -42,7 +42,7 @@ void UnitTestSourceFileDepGraphFactory::addAllUsedDecls() {
42
if (!isADefinedDecl(s))
43
addAUsedDecl(s, kind);
44
});
45
-};
+}
46
47
//==============================================================================
48
// MARK: UnitTestSourceFileDepGraphFactory - adding individual Decls
0 commit comments