hanchenye-llvm-project/lldb
Pavel Labath 10c606295f Add a couple of fun unit tests for FileSpec::Equal
Most of them fail right now and are commented out. The main problem is handling
of backslashes on windows, but also the posix path code has a couple of issues.

llvm-svn: 285393
2016-10-28 11:28:01 +00:00
..
cmake [cmake] Make dependencies of lldb libraries private, take 2 2016-10-18 10:26:57 +00:00
docs gdb-remote: Add jModulesInfo packet 2016-09-08 10:07:04 +00:00
examples *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
include/lldb Actually use = delete to mark constructors and operators we want to not exist. Just declaring them as private works, but it can confuse certain tools as it doesn't actually declare intent, and the C++11 way is more expressive anyway, so this is pure win 2016-10-26 18:12:52 +00:00
lit [CMake] Fix standalone build 2016-10-21 18:38:44 +00:00
lldb.xcodeproj Fixing up the project file for the removal of LibStdcppSmartPointer.cpp. 2016-10-25 20:32:26 +00:00
lldb.xcworkspace Revert r275223, which committed the wrong thing. 2016-07-12 23:31:42 +00:00
packages/Python/lldbsuite Revert "[Test Suite] Pull generateSource into lldbtest" 2016-10-27 23:18:52 +00:00
resources
scripts [CMake] Rename lldb-launcher to darwin-debug 2016-10-27 22:51:41 +00:00
source Check that we got back an object from MakeFunctionCaller 2016-10-27 23:52:46 +00:00
test [Test Suite] Allow overriding codesign identity 2016-10-21 22:13:55 +00:00
third_party/Python/module *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
tools [CMake] Rename lldb-launcher to darwin-debug 2016-10-27 22:51:41 +00:00
unittests Add a couple of fun unit tests for FileSpec::Equal 2016-10-28 11:28:01 +00:00
utils *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
www I hadn't fixed all the instances of the old marker for scripted format strings; do so now 2016-10-21 18:03:55 +00:00
.arcconfig Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
.clang-format Updated .clang-format rules so bring LLDB in line with LLVM standards. 2016-09-06 17:19:00 +00:00
.gitignore test infra: clear file-charged issues on rerun of file 2016-10-01 00:17:08 +00:00
CMakeLists.txt [CMake] Initial support for LLDB.framework 2016-09-21 21:02:16 +00:00
CODE_OWNERS.txt Switch linux and android CODE_OWNERS 2016-08-26 10:06:13 +00:00
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00