Files
swift-mirror/include/swift/AST/AnyRequest.h
Doug Gregor 68463ce764 [Evaluator] Fix an egregious bug in move construction/assignment of AnyRequest
The default move constructor and move assignment operator of AnyRequest
would leave the source object in an odd state that’s destructible but
does not maintain the invariant that all “normal” states store a real
instance. This state breaks DenseMap, which assumes that a moved-from
object is still washable.
2018-07-18 14:50:38 -07:00

7.5 KiB