[Lldb-commits] [PATCH] D19060: FileSpec: make matching separator-agnostic again

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 13 08:36:49 PDT 2016


labath added a comment.

It's a bit more complicated than it seems. GetDirectory() returns a reference into the FileSpec, and a lot of code modifies it through it. Changing that would require fixups in all of the users, which I'd want to do separately.

But I do agree that this is the best way forward.


http://reviews.llvm.org/D19060





More information about the lldb-commits mailing list