Commits

Slava Pestov committed 2011680fa16
Sema: Fix compiler_crashers regressions The earlier fix for the recursive type properties bitfield size actually exposed an issue, where apparently hasUnboundGenerics() used to always return false. Now that it returns a correct value, a nullptr dereference was exposed in pattern binding type checking.