Commits

Jordan Rose committed f5e78f78feb
TypeChecker: Look up "Bool" more efficiently. This is not quite the same as ASTContext::getBoolDecl because it handles -parse-stdlib source files that don't import the standard library, but it still doesn't need to do a general lookup. No functionality change. Swift SVN r23667