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.
2 parents 754b562 + b822353 commit eb87791Copy full SHA for eb87791
lib/Sema/TypeCheckAccess.cpp
@@ -1494,12 +1494,12 @@ class ImplementationOnlyImportChecker
1494
offendingType->getFullName(), M->getName());
1495
highlightOffendingType(TC, diag, complainRepr);
1496
}
1497
-
1498
- static_assert(std::is_convertible<DiagnoseGenerically,
1499
- CheckImplementationOnlyCallback>::value,
1500
- "DiagnoseGenerically has wrong call signature");
1501
};
1502
+ static_assert(std::is_convertible<DiagnoseGenerically,
+ CheckImplementationOnlyCallback>::value,
+ "DiagnoseGenerically has wrong call signature");
+
1503
DiagnoseGenerically getDiagnoseCallback(const Decl *D) {
1504
return DiagnoseGenerically(TC, D);
1505
0 commit comments