Commits

Joe Groff committed 718126bd2e7
SILGen: Emit implicit destructors. Add a new "kind" to SILConstant so that SIL can reference destructors without decls. Generate a destructor for classes even if they don't have an explicit destructor. If a class has a base class, call the base class destructor instead of dealloc_ref-ing the current instance. Swift SVN r3665