I did this using Perl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D60003
Replace `typedef A B` with `using B = A`. NFC. ClosedPublic Authored by ruiu on Mar 29 2019, 11:36 AM.
Details Summary I did this using Perl.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 29 2019, 5:25 PM Closed by commit rL357372: Replace `typedef A B` with `using B = A`. NFC. (authored by ruiu). · Explain WhyMar 31 2019, 5:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 193032 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.h
lld/trunk/ELF/Relocations.cpp
lld/trunk/ELF/SyntheticSections.h
lld/trunk/ELF/SyntheticSections.cpp
lld/trunk/ELF/Writer.cpp
|