Commits

Slava Pestov committed 12b393c6f28
AST: Clean up ASTContext::get*Decl() methods Add getUIntDecl(), getFloatDecl() and getDoubleDecl(), change getIntDecl() and getBoolDecl() to cache the result, and clean up duplication. NFC Progress on <rdar://problem/21215099>. Swift SVN r29969