mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Otherwise, when the horrible ExprCleanser comes along, it will set the interface type of the ParamDecl to nullptr. However there is no way to clear the 'validation started' bit, so the next time validateDecl() is called on this ParamDecl we will just return, causing crashes downstream when callers expect it to already have an interface type set. Fixes <rdar://problem/38189778> and possibly some instances of <rdar://problem/36434823>.
75 KiB
75 KiB