Commits

Doug Gregor committed 59ef7ca5ee4
Don't use source location information to distinguish single-expression closures. Because we synthesize AST nodes fairly often, and those synthesized AST nodes rarely have useful source-location information, we shouldn't be using the validity of source locations to describe the AST. In the case of closures, use a bit instead. No functionality change. Swift SVN r5205