Commits

Sean Callanan committed 0159a1415d4
Don't instrument "self" in a constructor. Instrumenting "self" might make the constructor use "self" before calling its parent's constructor, causing a SIL error. Added a matching testcase. <rdar://problem/17765562> Swift SVN r20660