zturner added inline comments.

================
Comment at: source/Host/common/FileSpec.cpp:519
@@ -515,3 +518,3 @@
     // in one of the FileSpec objects.
 
     if (full || (a.m_directory && b.m_directory))
----------------
Did the case sensitive check get removed here?  I thought this would need to be

```
result = ConstString::Compare(a.m_directory, b.m_directory, a.IsCaseSensitive() 
|| b.IsCaseSensitive());
```

The same later in this function, and also for `FileSpec::Equal`


http://reviews.llvm.org/D17492



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to