File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 21
21
#include " TypeChecker.h"
22
22
#include " swift/Basic/SourceManager.h"
23
23
#include " swift/Basic/StringExtras.h"
24
+ #include " swift/Basic/Statistic.h"
24
25
#include " swift/AST/AccessScope.h"
25
26
#include " swift/AST/GenericSignatureBuilder.h"
26
27
#include " swift/AST/ASTContext.h"
@@ -3026,6 +3027,9 @@ void ConformanceChecker::ensureRequirementsAreSatisfied(
3026
3027
void ConformanceChecker::checkConformance (MissingWitnessDiagnosisKind Kind) {
3027
3028
assert (!Conformance->isComplete () && " Conformance is already complete" );
3028
3029
3030
+ FrontendStatsTracer statsTracer (TC.Context .Stats , " check-conformance" ,
3031
+ Conformance);
3032
+
3029
3033
llvm::SaveAndRestore<bool > restoreSuppressDiagnostics (SuppressDiagnostics);
3030
3034
SuppressDiagnostics = false ;
3031
3035
You can’t perform that action at this time.
0 commit comments