Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
unittests
/
Utility
/
FileSpecTest.cpp
8f3be7a
[FileSystem] Move path resolution logic out of FileSpec
by Jonas Devlieghere
· 7 years ago
ad8d48f
[FileSpec] Delegate common operations to llvm::sys::path
by Jonas Devlieghere
· 7 years ago
df8e291
[FileSpec] Re-implmenet removeLastPathComponent
by Jonas Devlieghere
· 7 years ago
86188d8
Fix PathMappingList for relative and empty paths after recent FileSpec normalization changes
by Greg Clayton
· 7 years ago
6dcea6d
Fix buildbots after it 332618
by Greg Clayton
· 7 years ago
39d50b7
FileSpec objects that resolve to "." should have "." in m_filename and m_directory empty.
by Greg Clayton
· 7 years ago
a8da1f8
Revert 332511 after reverting llvm revision 332508.
by Greg Clayton
· 7 years ago
4de9493
Fix FileSpecTest after LLVM changes to remove_dots (https://reviews.llvm.org/D46887)
by Greg Clayton
· 7 years ago
2cb7cf8
FileSpec: Remove PathSyntax enum and use llvm version instead
by Pavel Labath
· 7 years ago
e7306b1
Remove custom path manipulation functions from FileSpec
by Pavel Labath
· 7 years ago
776cd7a
Always normalize FileSpec paths.
by Greg Clayton
· 7 years ago
0e0906c
Move FileSpecTest to Utility
by Pavel Labath
· 7 years ago
[Renamed (98%) from lldb/unittests/Host/FileSpecTest.cpp]
97e4f47
In FileSpec::Equal, short-cut GetNormalizedPath.
by Jim Ingham
· 9 years ago
5713a05
Move FileSpec from Host -> Utility.
by Zachary Turner
· 9 years ago
59d725c
FileSpec: Fix PrependPathComponent("/")
by Pavel Labath
· 9 years ago
827d5d7
Add methods to enable using formatv syntax in LLDB.
by Zachary Turner
· 9 years ago
e6e7e6c
Fix handling of consecutive slashes in FileSpec::GetNormalizedPath()
by Pavel Labath
· 9 years ago
ed76d10
Added a couple more odd dot patterns that we got out of clang.
by Jim Ingham
· 9 years ago
218770b
Improve ".." handling in FileSpec normalization
by Pavel Labath
· 9 years ago
10c6062
Add a couple of fun unit tests for FileSpec::Equal
by Pavel Labath
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
291fd35
Change the PathMappingList::FindFile to use FileSpec API's
by Jim Ingham
· 9 years ago
a212c58
FileSpec: make matching separator-agnostic again
by Pavel Labath
· 9 years ago
b0743fb
Remove obsolete comments
by Pavel Labath
· 9 years ago
144119b
Make FileSpec handling platform-independent
by Pavel Labath
· 9 years ago
cc0e87c
Fix a couple of cornercases in FileSpec + tests
by Pavel Labath
· 10 years ago