[lldb] refactor FileSpec::Equal
authorPavel Labath <pavel@labath.sk>
Thu, 28 Nov 2019 12:48:05 +0000 (13:48 +0100)
committerPavel Labath <pavel@labath.sk>
Thu, 28 Nov 2019 13:33:25 +0000 (14:33 +0100)
commitb18e190b7ca90c09566382a039887f6eafe63d0d
treea3d6d534eaf02edd3e1261322633b3790aec9587
parentbf716eb807409adf6490cb1cf595fb51efbd3fe6
[lldb] refactor FileSpec::Equal

The logic of this function was quite hard to follow. Replace it with a
much simpler, equivalent, implementation.
lldb/source/Utility/FileSpec.cpp