Commits
Doug Gregor committed 335c605d58f
Allow one to disable verification of a bridging function's parameter/result types. This should be used sparingly , for cases where forming the parameter/result types is tricky due to generics. If we could form those types without too much pain, it'd be better to remove this hack. However, it enables bridging in cases where we need generic bridging. Swift SVN r17837