Commits

Manav Gabhawala committed d06d4e5ad78
[AST][Sema] Fixes the IterativeTypeChecker and better manages circular protocol inheritance The IterativeTypeChecker now use loops instead of recursion to help keep the stack size low We diagnose circular dependencies for protocols in a more efficient manner and also prevent the possibility of infinite loops