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"
@@ -3047,6 +3048,9 @@ void ConformanceChecker::ensureRequirementsAreSatisfied(
3047
3048
void ConformanceChecker::checkConformance (MissingWitnessDiagnosisKind Kind) {
3048
3049
assert (!Conformance->isComplete () && " Conformance is already complete" );
3049
3050
3051
+ FrontendStatsTracer statsTracer (TC.Context .Stats , " check-conformance" ,
3052
+ Conformance);
3053
+
3050
3054
llvm::SaveAndRestore<bool > restoreSuppressDiagnostics (SuppressDiagnostics);
3051
3055
SuppressDiagnostics = false ;
3052
3056
You can’t perform that action at this time.
0 commit comments