I did this using Perl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 29827 Build 29826: arc lint + arc unit
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 192875 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.h
lld/ELF/Relocations.cpp
lld/ELF/SyntheticSections.h
lld/ELF/SyntheticSections.cpp
lld/ELF/Writer.cpp
|