llvm-project/lldb/unittests
Pavel Labath e6e7e6c348 Fix handling of consecutive slashes in FileSpec::GetNormalizedPath()
The core of the function was actually handling them correctly. However, the
early exit was being too optimistic and did not give the function a chance to
fire if the path did not contain dots as well.

Fix that and add a couple of unit tests.

llvm-svn: 288247
2016-11-30 16:08:45 +00:00
..
Breakpoint Convert many functions to use StringRefs. 2016-09-17 02:00:02 +00:00
Core Use Timeout<> in the Listener class 2016-11-30 10:41:42 +00:00
Editline *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Expression *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Host Fix handling of consecutive slashes in FileSpec::GetNormalizedPath() 2016-11-30 16:08:45 +00:00
Interpreter Refactor the Args class. 2016-10-03 22:51:09 +00:00
Language *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Platform Fix compiler warnings in PlatformDarwinTest.cpp 2016-10-08 04:03:15 +00:00
Process Use Timeout<> in the Listener class 2016-11-30 10:41:42 +00:00
ScriptInterpreter Fix some unit test compilation failures. 2016-11-16 21:45:11 +00:00
Symbol Fix compiler warnings in TestClangASTContext.cpp 2016-10-08 04:03:19 +00:00
SymbolFile Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
UnwindAssembly [lldb] Don't build unit tests for unsupported targets 2016-11-08 06:49:59 +00:00
Utility Introduce chrono to the Communication class 2016-11-25 11:58:44 +00:00
CMakeLists.txt [cmake] Build gtest from LLVM when building standalone 2016-11-02 22:57:23 +00:00
gtest_common.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00