- Added PrependPathComponent utility functions to FileSpec.
- Delegate path operations in ParseCompileUnit to FileSpec.
- Delegate path operations in ParseSupportFiles to FileSpec.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
- Added PrependPathComponent utility functions to FileSpec.
- Delegate path operations in ParseCompileUnit to FileSpec.
- Delegate path operations in ParseSupportFiles to FileSpec.
Comment Actions
Please see my comments.
source/Host/common/FileSpec.cpp | ||
---|---|---|
1365 ↗ | (On Diff #27156) | Could you add a check for !new_path and return if true? |
source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | ||
526 ↗ | (On Diff #27156) | const FileSpec& ? |
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | ||
984 ↗ | (On Diff #27156) | s/NULL/nullptr |