Commits

Sean Callanan committed a1881434c29
Added support to allow LLDB to provide the location of variables at SIL generation time. This patch introduces a SILDebuggerClient that knows how to resolve the locations of variables that are generated by the debugger. These variables have a flag on them that only LLDB sets. Swift SVN r11230