Files
swift-mirror/lib/Parse/SyntaxParsingContext.cpp
Saleem Abdulrasool 15dc24ee2d Parse: repair build after #27132
The type deduction here will copy the returned ParsedTypeSyntax which
is no longer copy constructible. Use a reference to hold the result
instead which should fix the build on Windows.  The returned value of
the `popToken` returns a `ParsedTokenSyntax` which is no longer copy
constructible.  Explicitly move the value.
2019-09-13 22:29:25 -07:00

12 KiB