================
@@ -71,7 +71,7 @@ int Declaration::Compare(const Declaration &a, const
Declaration &b) {
}
bool Declaration::FileAndLineEqual(const Declaration &declaration) const {
- int file_compare = FileSpec::Compare(this->m_file, declaration.m_file, true);
+ int file_compare = FileSpec::Compare(this->m_file, declaration.m_file,
false);
----------------
jimingham wrote:
Better to do it on the up-and-up. I added a full parameter and set it in the
two places this function is used.
https://github.com/llvm/llvm-project/pull/112939
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits