[gardening][Serialization] Replace typedef with using

This commit is contained in:
Sho Ikeda
2018-04-05 13:38:44 +09:00
parent 22e91fd235
commit 19d5053868
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
using namespace swift;
namespace {
typedef std::pair<Identifier, SourceLoc> AccessPathElem;
using AccessPathElem = std::pair<Identifier, SourceLoc>;
} // end unnamed namespace
// Defined out-of-line so that we can see ~ModuleFile.