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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 31 17:12:37 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL357372: Replace `typedef A B` with `using B = A`. NFC. (authored by ruiu, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60003?vs=192875&id=193032#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60003/new/

https://reviews.llvm.org/D60003

Files:
  lld/trunk/COFF/Driver.cpp
  lld/trunk/COFF/MapFile.cpp
  lld/trunk/ELF/CallGraphSort.cpp
  lld/trunk/ELF/InputFiles.h
  lld/trunk/ELF/InputSection.cpp
  lld/trunk/ELF/LinkerScript.h
  lld/trunk/ELF/MapFile.cpp
  lld/trunk/ELF/OutputSections.cpp
  lld/trunk/ELF/Relocations.cpp
  lld/trunk/ELF/Relocations.h
  lld/trunk/ELF/SyntheticSections.cpp
  lld/trunk/ELF/SyntheticSections.h
  lld/trunk/ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60003.193032.patch
Type: text/x-patch
Size: 14020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190401/f791e058/attachment-0001.bin>


More information about the llvm-commits mailing list