[PATCH] D60003: Replace `typedef A B` with `using B = A`. NFC.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 29 11:37:16 PDT 2019


ruiu created this revision.
ruiu added a reviewer: MaskRay.
Herald added subscribers: arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

I did this using Perl.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60003

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60003.192875.patch
Type: text/x-patch
Size: 13786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190329/1c522096/attachment.bin>


More information about the llvm-commits mailing list