Commits

John McCall committed 446a9bd4a7c
Introduce CanType versions of the various "getXOrBoundGenericX" accessors. Optimize these accessors by making them check for BoundGenericXType instead of BoundGenericType and dyn_cast'ing the Decl. (The latter used to be necessary before we split BoundGenericType.) Swift SVN r15037