First step in switching the functions to return optionals where it makes sense.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27737
Switch functions that returned bool and filled in a DWARFFormValue arg with ones that return Optional<DWARFFormValue> ClosedPublic Authored by clayborg on Dec 13 2016, 3:20 PM.
Details Summary First step in switching the functions to return optionals where it makes sense.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 13 2016, 3:29 PM Closed by commit rL289611: Switch functions that returned bool and filled in a DWARFFormValue arg with… (authored by gclayton). · Explain WhyDec 13 2016, 3:31 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 81318 llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h
llvm/trunk/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
llvm/trunk/tools/dsymutil/DwarfLinker.cpp
llvm/trunk/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
|