Normalize Path to a unified, lowercase pathname.
Declared in <llvm/DebugInfo/LogicalView/Core/LVSupport.h>
std::string
transformPath(StringRef Path);
Converts characters to lowercase, replaces '' with '/', and collapses duplicate '/' separators.
Normalized pathname string.
| Name | Description |
|---|---|
| Path | Pathname to transform. |