Define toString(SymbolBody *) and remove maybeDemangle insteead.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 1561 Build 1561: arc lint + arc unit
Paths
| Differential D27065
Define toString(SymbolBody *) and remove maybeDemangle insteead. ClosedPublic Authored by ruiu on Nov 23 2016, 1:28 PM.
Details Summary Define toString(SymbolBody *) and remove maybeDemangle insteead.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 24 2016, 9:19 AM Closed by commit rL287899: Define toString(const SymbolBody &) and remove maybeDemangle instead. (authored by ruiu). · Explain WhyNov 24 2016, 12:34 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 79144 ELF/Relocations.cpp
ELF/Strings.h
ELF/Strings.cpp
ELF/SymbolTable.cpp
ELF/Symbols.h
ELF/Symbols.cpp
|
Can it take a const reference instead of a pointer?