summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/FileSpec.cpp
AgeCommit message (Expand)Author
2018-06-25Revert "[FileSpec] Always normalize"Jonas Devlieghere
2018-06-24[FileSpec] Always normalizeJonas Devlieghere
2018-06-24[FileSpec] Refactor append and prepend implemenetations. NFCJonas Devlieghere
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-06-13[FileSpec] Simplify getting extension and stem.Jonas Devlieghere
2018-06-13[FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere
2018-05-30[FileSpec] Re-implmenet removeLastPathComponentJonas Devlieghere
2018-05-21Fix PathMappingList for relative and empty paths after recent FileSpec normal...Greg Clayton
2018-05-17FileSpec objects that resolve to "." should have "." in m_filename and m_dire...Greg Clayton
2018-05-14FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath
2018-05-11Remove custom path manipulation functions from FileSpecPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-30Fixup r331049 (FileSpec auto-normalization)Pavel Labath
2018-04-27Fix build bots after r331049 broke them.Greg Clayton
2018-04-27Always normalize FileSpec paths.Greg Clayton
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber
2017-10-10Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2017-03-27In FileSpec::Equal, short-cut GetNormalizedPath.Jim Ingham
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner