Replace `typedef A B` with `using B = A`. NFC.
authorRui Ueyama <ruiu@google.com>
Mon, 1 Apr 2019 00:11:24 +0000 (00:11 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 1 Apr 2019 00:11:24 +0000 (00:11 +0000)
commit68b9f45feee290a0ffecf6002f2cad926ab7fd69
tree7ae7b98326fa5441ab3f333a24faee55ee7ba001
parent7fb58e98f547ee4cfa2dceac4367fc5942483e90
Replace `typedef A B` with `using B = A`. NFC.

I did this using Perl.

Differential Revision: https://reviews.llvm.org/D60003

llvm-svn: 357372
13 files changed:
lld/COFF/Driver.cpp
lld/COFF/MapFile.cpp
lld/ELF/CallGraphSort.cpp
lld/ELF/InputFiles.h
lld/ELF/InputSection.cpp
lld/ELF/LinkerScript.h
lld/ELF/MapFile.cpp
lld/ELF/OutputSections.cpp
lld/ELF/Relocations.cpp
lld/ELF/Relocations.h
lld/ELF/SyntheticSections.cpp
lld/ELF/SyntheticSections.h
lld/ELF/Writer.cpp