Files
swift-mirror/lib/Sema/CSStep.cpp
Pavel Yaskevich a2ba0021c3 [CSStep] Rework how orphaned constraints are handled by splitter/component steps
Orphaned constraints can be re-introduced to the system by `setup`
of the component, and all of them could be returned back by
`SplitterStep::resume` there so no need to use destructor for that.

Also, orphan constraints have to be registered as regular constraints
by components as well as marked as "orphaned".
2018-09-15 20:56:47 -07:00

21 KiB