Commits

Sean Callanan committed 4a8a07e31fe
Fixed a problem in the type checker when LLDB uses it. Debugger variables are stand-ins for variables that exist already in memory, so they should not be default initialized. This patch ensures that the type checker does not automatically assign such variables a default initializer. <rdar://problem/17454678> Swift SVN r19860