This is an NFC modernization refactoring that replaces the combination of a bool return + reference argument, with an Optional return value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D104405
Change PathMappingList::FindFile to return an optional result (NFC) ClosedPublic Authored by aprantl on Jun 16 2021, 11:32 AM.
Details Summary This is an NFC modernization refactoring that replaces the combination of a bool return + reference argument, with an Optional return value.
Diff Detail
Event Timelineaprantl created this revision. aprantl added a parent revision: D104404: Change PathMappingList::RemapPath to return an optional result (NFC). aprantl added a child revision: D104407: Improve path remapping in cross-debugging scenarios.Jun 16 2021, 11:48 AM This revision is now accepted and ready to land.Jun 25 2021, 10:47 PM This revision was landed with ongoing or failed builds.Jun 29 2021, 3:10 PM Closed by commit rGa346372200e7: Change PathMappingList::FindFile to return an optional result (NFC) (authored by aprantl). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 355379 lldb/include/lldb/Target/PathMappingList.h
lldb/source/Core/Module.cpp
lldb/source/Core/SourceManager.cpp
lldb/source/Symbol/LineEntry.cpp
lldb/source/Target/PathMappingList.cpp
|
This whole comment reads awkward and does not totally make sense and ends with . then