File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -607,11 +607,8 @@ enum class ConstraintSystemFlags {
607607 // / Disable macro expansions.
608608 DisableMacroExpansions = 0x40 ,
609609
610- // / Enable old type-checker performance hacks.
611- EnablePerformanceHacks = 0x80 ,
612-
613610 // / Don't record a failed constraint after adding an unsolvable constraint.
614- DisableRecordFailedConstraint = 0x100 ,
611+ DisableRecordFailedConstraint = 0x80 ,
615612};
616613
617614// / Options that affect the constraint system as a whole.
Original file line number Diff line number Diff line change 5858#include " swift/ClangImporter/ClangImporter.h"
5959#include " swift/Parse/Lexer.h"
6060#include " swift/Sema/SILTypeResolutionContext.h"
61+ #include " swift/Sema/TypeVariableType.h"
6162#include " swift/Strings.h"
6263#include " swift/Subsystems.h"
6364#include " clang/AST/ASTContext.h"
You can’t perform that action at this time.
0 commit comments